Reading files
You can read files from a volume using thereadFile() / read_file() method.
Writing files
You can write files to a volume using thewriteFile() / write_file() method.
Creating directories
You can create directories in a volume using themakeDir() / make_dir() method.
Listing directory contents
You can list the contents of a directory in a volume using thelist() method.
Removing files or directories
You can remove files or directories from a volume using theremove() method.