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