ποΈfile
file.append(path: string, data: string)
Replaces contents of the specified file
file.write(path: string, data: string)
Replaces contents of the specified file
file.read(path: string): string
Returns contents of the specified file.
file.exists(path: string): boolean
Returns true, if the file exists.
file.create_dir(path: string)
Creates a directory on a specific path.
get_files_from_dir
file.get_files_from_dir(path: string): table
Returns a table with all files on a specific path.