void setVisibility(string $path, string $visibility) Set the visibility
array directories(string|null $directory = null, bool $recursive = false)
int lastModified(string $path) Get the file's last modification time.
bool exists(string $path) Determine if a file exists.
bool delete(string|array $paths) Delete the file at a given path.
int append(string $path, string $data) Append to a file.
bool deleteDirectory(string $directory) Recursively delete a directory
array allDirectories(string|null $directory = null) Get all (recursive)
bool put(string $path, string|resource $contents, string $visibility = null)
Filesystem interface Filesystem (
Page 1 of 5