Access to filesystem
files.read(path: string) string
files.read(path: string)
string
files.write(path: string, data: string)
files.create_folder(path: string)
Creates folder if doesn't exists.
files.exists(path: string) boolean
files.exists(path: string)
boolean
Last updated 2 years ago