ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
DirectoryWriteAccess.php
Go to the documentation of this file.
1<?php
2
20
24
30{
45 public function createDir(string $path, string $visibility = Visibility::PUBLIC_ACCESS): void;
46
62 public function copyDir(string $source, string $destination): void;
63
73 public function deleteDir(string $path): void;
74}
Indicates that the directory is missing or not found.
Indicates general problems with the input or output operations.
Definition: IOException.php:28
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...
Definition: Visibility.php:30
const PUBLIC_ACCESS
Public file visibility.
Definition: Visibility.php:34
$path
Definition: ltiservices.php:30
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...