array directories(string|null $directory = null, bool $recursive = false)
int size(string $path) Get the file size of a given file.
bool deleteDirectory(string $directory) Recursively delete a directory
string dirname(string $path) Extract the parent directory from a file path
string url(string $path) Get the URL for the file at the given path.
array files(string $directory) Get an array of all files in a directory
Filesystem createFtpDriver(array $config)
int lastModified(string $path) Get the file's last modification time.
static mixed __callStatic(string $method, array $parameters) Dynamically
int prepend(string $path, string $data, string $separator = PHP_EOL) Prepend
Page 7 of 10