Filing commands
-
dirglob dir pattern
-
returns a list of all filenames in directory dir mathing the given pattern
-
file_read filename
-
returns the contents of the file given by filename
-
file_write filename data
-
create a file by the name filename with data as its content
-
file_fullpath filename
-
returns a absolute path to the given file