| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ILIAS\Filesystem\Provider\DirectoryAccess:
 Collaboration diagram for ILIAS\Filesystem\Provider\DirectoryAccess:Additional Inherited Members | |
  Public Member Functions inherited from ILIAS\Filesystem\Provider\DirectoryReadAccess | |
| hasDir (string $path) | |
| Checks whether the directory exists or not.  More... | |
| listContents (string $path='', bool $recursive=false) | |
| Lists the content of a directory.  More... | |
  Public Member Functions inherited from ILIAS\Filesystem\Provider\DirectoryWriteAccess | |
| 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.