int prepend(string $path, string $data) Prepend to a file.
Factory interface Factory (
string get(string $path) Get the contents of a file.
int size(string $path) Get the file size of a given file.
int append(string $path, string $data) Append to a file.
Filesystem interface Filesystem (
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