lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


You are completely right. I search it, but really not very well! Thank you!

----- Original Message ----- From: "Attila" <ejjeliorjarat@gmail.com>
To: "Lua list" <lua@bazar2.conectiva.com.br>
Sent: Saturday, May 29, 2010 11:56 AM
Subject: Re: Getting the value of environment variables


Yes, use os.getenv(varname) like os.getenv("windir") or os.getenv("home") on Linux.