ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
DirectoryReadAccess.php
Go to the documentation of this file.
1 <?php
2 
4 
7 
18 {
19 
27  public function hasDir(string $path) : bool;
28 
38  public function listContents(string $path = '', bool $recursive = false) : array;
39 }
hasDir(string $path)
Checks whether the directory exists or not.
Interface DirectoryReadAccess Defines the readonly directory access operations of the filesystem...
listContents(string $path='', bool $recursive=false)
Lists the content of a directory.