os¶
There are more functions than original lua’s os module.
Purpose¶
do some dirty things (eg: filesystem)
API Reference¶
os.getcwd()¶
return current work directory.
os.is_absolute(path)¶
return true if path is absolute path
os.is_relative(path)¶
return true if path is relative path