πFilesystem
filesystem namespace
Functions
read
fs.read("some_file.txt")path
string
path to file
Returns:
read_stream
fs.read_stream("some_file.txt")path
string
path to file
Returns:
write
write_stream
remove
path
string
path to file
exists
path
string
path to file or directory
Returns:
is_file
path
string
path to file
Returns:
is_dir
path
string
path to directory
Returns:
create_dir
path
string
path to directory
Last updated