bool copy(string $from, string $to) Copy a file to a new location.
string getVisibility(string $path) Get the visibility for the given path
int prepend(string $path, string $data) Prepend to a file.
bool delete(string|array $paths) Delete the file at a given path.
Cloud interface Cloud implements
Filesystem disk(string $name = null)
array files(string|null $directory = null, bool $recursive = false) Get
FileNotFoundException class FileNotFoundException extends Exception
string url(string $path) Get the URL for the file at the given path.
void setVisibility(string $path, string $visibility) Set the visibility
Page 3 of 5