bool isFile(string $file) Determine if the given path is a file.
bool delete(string|array $paths) Delete the file at a given path.
Cloud createRackspaceDriver(array $config)
string getDefaultCloudDriver() Get the default cloud driver name.
bool copy(string $from, string $to) Copy a file to a new location.
int lastModified(string $path) Get the file's last modification time.
Filesystem disk(string $name = null)
string|false putFileAs(string $path, File|
array allDirectories(string|null $directory = null) Get all (recursive)
string extension(string $path) Extract the file extension from a file path
Page 2 of 10