27 define(
'IMPORT_PATH',
'import');
29 $this->import_path = parent::getPath() .
"/" . IMPORT_PATH;
41 if (!file_exists($this->import_path)) {
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
static makeDir(string $a_dir)
creates a new directory and inherits all filesystem permissions of the parent directory You may pass ...