An exception for terminatinating execution or to throw for unit testing.
updateStream($path, $resource, Config $config)
Update a file using a stream.
write($path, $contents, Config $config)
Write a new file.
writeStream($path, $resource, Config $config)
Write a new file using a stream.
const VISIBILITY_PUBLIC
@const VISIBILITY_PUBLIC public visibility
copy($path, $newpath)
Copy a file.
createDir($dirname, Config $config)
Create a directory.
const VISIBILITY_PRIVATE
@const VISIBILITY_PRIVATE private visibility
update($path, $contents, Config $config)
Update a file.
deleteDir($dirname)
Delete a directory.
setVisibility($path, $visibility)
Set the visibility for a file.
rename($path, $newpath)
Rename a file.