ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Additional Inherited Members | |
![]() | |
hasDir (string $path) | |
Checks whether the directory exists or not. More... | |
listContents (string $path='', bool $recursive=false) | |
Lists the content of a directory. More... | |
![]() | |
createDir (string $path, string $visibility=Visibility::PUBLIC_ACCESS) | |
Create a new directory. More... | |
copyDir (string $source, string $destination) | |
Copy all childes of the source recursive to the destination. More... | |
deleteDir (string $path) | |
Deletes a directory recursive. More... | |
Definition at line 25 of file DirectoryAccess.php.