bool delete(string|array $paths) Delete the file at a given path.
bool put(string $path, string|resource $contents, string $visibility = null)
array files(string|null $directory = null, bool $recursive = false) Get
bool exists(string $path) Determine if a file exists.
int size(string $path) Get the file size of a given file.
array directories(string|null $directory = null, bool $recursive = false)
bool move(string $from, string $to) Move a file to a new location.
int lastModified(string $path) Get the file's last modification time.
array allFiles(string|null $directory = null) Get all of the files from
bool makeDirectory(string $path) Create a directory.
Page 4 of 5