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