An exception for terminatinating execution or to throw for unit testing.
Class FileNotFoundException.
Interface FileReadAccess.
setVisibility(string $path, string $visibility)
Sets the visibility for a file.
read(string $path)
Reads a file content to a string.
has(string $path)
Checks whether a file exists.
getSize(string $path, int $fileSizeUnit)
Get the size of a file.
getVisibility(string $path)
Get the file visibility.
getMimeType(string $path)
Get a files mime-type.
getTimestamp(string $path)
Get the timestamp of the file.