ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
DirectoryReadAccess.php
Go to the documentation of this file.
1 <?php
2 
4 
7 
22 {
23 
34  public function hasDir($path);
35 
36 
50  public function listContents($path = '', $recursive = false);
51 }
hasDir($path)
Checks whether the directory exists or not.
listContents($path='', $recursive=false)
Lists the content of a directory.