ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
ZipDirectoryHandling.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
26 
31 {
36  case KEEP_STRUCTURE = 1;
37 
44  case ENSURE_SINGLE_TOP_DIR = 2;
48  // case STRIP_IF_ONLY_ONE = 4;
52  case FLAT_STRUCTURE = 8;
57  // case FLAT_STRUCTURE_WITH_SINGLE_TOP_DIR = 16;
58 }
Will keep the top directory of the ZIP file if there is one (simple unzip).
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...