os
Variables
envEnvironment variables.
Functions
readDir(filename)
List filenames in a directory.
readFile(filename)
Read the entire content of a file.
stat(filename)
Retrieves information about a file.
unlink(filename)
Deletes a file.
writeFile(filename, content)
Write the entire content of a file.