bool put(string $path, string|resource $contents, string $visibility = null)
int prepend(string $path, string $data) Prepend to a file.
Filesystem interface Filesystem (
string get(string $path) Get the contents of a file.
int size(string $path) Get the file size of a given file.
bool move(string $from, string $to) Move a file to a new location.
bool copy(string $from, string $to) Copy a file to a new location.
array allFiles(string|null $directory = null) Get all of the files from
string getVisibility(string $path) Get the visibility for the given path
Page 2 of 5