42 public function listContents($directory =
'', $recursive =
false);
listContents($directory='', $recursive=false)
List contents of a directory.
getMetadata($path)
Get all the meta data of a file or directory.
getVisibility($path)
Get the visibility of a file.
has($path)
Check whether a file exists.
getTimestamp($path)
Get the timestamp of a file.
getMimetype($path)
Get the mimetype of a file.
getSize($path)
Get the size of a file.
readStream($path)
Read a file as a stream.