FLAT_STRUCTURE | @description Will keep the top directory of the ZIP file if there is one (simple unzip).
This is the most common case and per default. @description When unzipping, a directory is always created first, which has the name of the zip to be unzipped. the rest of the structure is created within this directory. If the ZIP only contains exactly one directory on the first level, which already has the same name as the ZIP, no additional directory is created. @description Will strip the top directory if there is only one inside the ZIP. @description Will strip all directories and and will result in a flat structure with files only. @description Will strip all directories and and will result in a flat structure with files only but inside a directory with the zips name.
|