[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Getting the value of environment variables
- From: "Luciano de Souza" <luchyanus@...>
- Date: Sat, 29 May 2010 12:21:06 -0300
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.