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