Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[3.1] - Extracts all the files in the archive Report.zip to the folder Report/ExtractedFiles. Preserves the directory structure within the zip file.

[3.2] - Extracts all the files in the archive Report.zip to the folder Report/ExtractedFlattened. Flattens the zip directory structure so that all files are extracted directly to Report/ExtractedFlattened.

[3.3] - Extracts all the files in the archive Report.zip to the folder Report/ExtractedFiles. Empties the destination folder before extracting files.

[3.4] - Extracts all the files in the archive Report.zip to the folder Report/ExtractedFlattened. Empties the destination folder before extracting files. Flattens the zip directory structure so that all files are extracted directly to Report/ExtractedFlattened.

[3.5] - Extracts all the files in all archive files named Report.zip in any subfolder recursively to the folder Report/ExtractedFiles. Preserves the directory structure within the zip file.

[3.6] - Extracts all the files in all archive files with a name starting with Report and ending with .zip to the folder Report/ExtractedFlattened. Flattens the zip directory structure so that all files are extracted directly to Report/ExtractedFlattened.

[3.7] - Extracts all the files in all archive files with a name starting with Report, followed by a single character, followed by .zip to the folder Report/ExtractedFiles. Empties the destination folder before extracting files.
[3.8] - Extracts all the files in all archive files named Report.zip in any top-level subfolder to the folder Report/ExtractedFlattened. Empties the destination folder before extracting files. Flattens the zip directory structure so that all files are extracted directly to Report/ExtractedFlattened.

...