12 require_once(
"./Services/FileSystem/classes/class.ilFile.php");
26 $this->path = CLIENT_DATA_DIR;
37 if(is_writable($a_path))
checkPath($a_path)
check if path exists and is writable
ilFileData()
Constructor class bas constructor and read path of directory from ilias.ini setup an mail object pub...
This class handles all operations on files in directory /ilias_data/.
Base class for all file (directory) operations This class is abstract and needs to be extended...