lua-users home
lua-l archive

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


>>>>> "Frank" == Frank Kastenholz <fkastenholz@verizon.net> writes:

 Frank> os.setenv, as a counterpart to os.getenv?

There's a reason for that not to exist - getenv() is part of ISO C, but
there is no standard C function to _set_ environment vars, because that
is platform-dependent territory.

-- 
Andrew.