Skip to main content

Reading files

You can read files from a volume using the readFile() / read_file() method.

Writing files

You can write files to a volume using the writeFile() / write_file() method.

Creating directories

You can create directories in a volume using the makeDir() / make_dir() method.

Listing directory contents

You can list the contents of a directory in a volume using the list() method.

Removing files or directories

You can remove files or directories from a volume using the remove() method.