62 public function copyDir(
string $source,
string $destination): void;
Indicates that the directory is missing or not found.
Indicates general problems with the input or output operations.
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.
This interface provides the available options for the filesystem right management of the filesystem s...
const PUBLIC_ACCESS
Public file visibility.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...