12 require_once(
"./Services/FileSystem/classes/class.ilFileData.php");
32 define(
'IMPORT_PATH',
'import');
34 $this->import_path = parent::getPath().
"/".IMPORT_PATH;
54 if(!@file_exists($this->
getPath()))
70 if(is_writable($this->import_path) && is_readable($this->import_path))
76 $this->
ilias->raiseError(
"Import directory is not readable/writable by webserver",$this->
ilias->error_obj->FATAL);
88 if(!@file_exists($this->import_path))
This class handles all operations on files for the exercise object.
_initDirectory()
init directory overwritten method public
This class handles all operations on files in directory /ilias_data/.
getPath()
get exercise path public
__checkReadWrite()
check if directory is writable overwritten method from base class private
redirection script todo: (a better solution should control the processing via a xml file) ...
static makeDir($a_dir)
creates a new directory and inherits all filesystem permissions of the parent directory You may pass ...
ilFileDataImport()
Constructor call base constructors checks if directory is writable and sets the optional obj_id...