An exception for terminatinating execution or to throw for unit testing.
Class DirectoryNotFoundException Indicates that the directory is missing or not found.
Class IOException Indicates general problems with the input or output operations.
Interface DirectoryWriteAccess Defines the write operations of the directory access.
deleteDir(string $path)
Deletes a directory recursive.
createDir(string $path, string $visibility=Visibility::PUBLIC_ACCESS)
Create a new directory.
copyDir(string $source, string $destination)
Copy all childes of the source recursive to the destination.
Interface Visibility This interface provides the available options for the filesystem right managemen...
const PUBLIC_ACCESS
Public file visibility.