lua-users home
lua-l archive

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


For the record her follows a list of the main Win OS methods in my
extension DLL:

environment get/set/list
timeofday()
getpid()
sleep()
chdir()
mkdir()
rmdir()
unlink()  (delete on close)
access()
getcwd()
stat()
files() AKA dir() iterator
popen() replacement
exec() functions AKA posix_spawn()
modulefilename() AKA arg[0]
uuid()
timezone()

plus the Mersene Twister  for integer random numbers

There is other win stuff that I use, but I would consider this as
my core list of OS like functions.


BTB, each of these functions normalizes \\ to /.

db