int lastModified(string $path) Get the file's last modification time.
void __construct(Application $app)
int put(string $path, string $contents, bool $lock = false) Write the contents
string|false mimeType(string $path) Get the mime-type of a given file.
int prepend(string $path, string $data, string $separator = PHP_EOL) Prepend
array directories(string|null $directory = null, bool $recursive = false)
string url(string $path) Get the URL for the file at the given path.
int size(string $path) Get the file size of a given file.
Filesystem createFtpDriver(array $config)
bool deleteDirectory(string $directory) Recursively delete a directory
Page 7 of 10