5 require_once(
"Modules/IndividualAssessment/interfaces/FileStorage/interface.IndividualAssessmentFileStorage.php");
6 include_once(
'Services/FileSystem/classes/class.ilFileSystemStorage.php');
17 return new self(self::STORAGE_WEB,
true, $a_container_id);
49 return (count($files) == 0) ? true :
false;
59 $this->user_id = $user_id;
82 $path = parent::getAbsolutePath();
85 $path .=
"/user_" . $this->user_id;
104 while ($file = readdir($fh)) {
105 if ($file !=
"." && $file !=
".." && !is_dir($this->
getAbsolutePath() .
"/" . $file)) {
125 $clean_name = preg_replace(
"/[^a-zA-Z0-9\_\.\-]/",
"", $result->
getName());
126 $new_file =
$path .
"/" . $clean_name;
static makeDirParents($a_dir)
Create a new directory and all parent directories.
setUserId($user_id)
Set the user id for an extra folder of each participant in the IA.
deleteFileByName($file_name)
Delete a file by name.
isEmpty()
Is the webdir folder for this IA empty.
getAbsolutePath()
Get the absolute path for files.
getPathPostfix()
part of the folder structure in ILIAS webdir.
static moveUploadedFile($a_file, $a_name, $a_target, $a_raise_errors=true, $a_mode="move_uploaded")
move uploaded file
deleteCurrentFile()
Delete the existing file.
getPathPrefix()
part of the folder structure in ILIAS webdir.
create()
creates the folder structure
Handles the fileupload and folder creation for files uploaded in grading form.
uploadFile(UploadResult $result)
Upload the file.
static getInstance($a_container_id=0)
getFilePath()
Get the path of file.
deleteFile($a_abs_name)
Delete file.