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