files

Access to filesystem

read

files.read(path: string) string

write

files.write(path: string, data: string)

create_folder

files.create_folder(path: string)

Creates folder if doesn't exists.

exists

files.exists(path: string) boolean

Last updated