Reading files
You can read files from the sandbox filesystem using thefiles.read()
method.
Writing single files
You can write single files to the sandbox filesystem using thefiles.write()
method.
Writing multiple files
You can also write multiple files to the sandbox filesystem using thefiles.write()
method.