Chaiavi / Recursive-Archive-Extractor

Recursively copies/extracts all files/archives to a new structure-identical (extracted) folder

Home Page:https://chaiware.org/java/recursive-archive-extractor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recursive Archive Extractor

Recursively copies/extracts all files/archives to a new identical (extracted) folder

Scenario: You have a folder containing (optional) many subfolders, among the files in this folder tree there are also archive files, you want the same folder structure but with all of the archives extracted - each one to its own folder.

Example:
folder1 -> subfolder -> archive.zip

After running RAE, a target folder will be created with the following tree structure:
folder1 -> subfolder -> archive (folder) -> extracted files.

RecursiveArchiveExtractor Features

  • Source folder won't be modified, target folder will be created anew with the new folder tree.
  • Non-archive files will be copied to the new structure
  • Archives within archives will also be extracted
  • Archive extraction supports: Zip, Tar, 7zip, Jar, Dump, CPIO, AR, ARJ

How to Run ?

About

Recursively copies/extracts all files/archives to a new structure-identical (extracted) folder

https://chaiware.org/java/recursive-archive-extractor/

License:Boost Software License 1.0


Languages

Language:Java 100.0%