62     public function copyDir(
string $source, 
string $destination): void;
    73     public function deleteDir(
string $path): void;
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
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. 
 
const PUBLIC_ACCESS
Public file visibility.