Menu

#38 No support for partial folder structure

open
nobody
None
5
2010-07-08
2010-07-08
No

My favorite archive manager is XArchiver. But I have one pet peeve with it. For example, I have a Zip-file with the following structure:

- File.zip
- - Folder 1
- - - File 1.txt
- - - File 2.txt
- - Folder 2
- - - File 3.txt
- - - Sub-Folder 2.1
- - - - Sub-Sub-Folder 2.1.1
- - - - - File 4.txt
- - - - File 5.txt

Let's say I want to extract the Sub-Folder 2.1 . If I want to extract it, I only have two options:
* Using the full path, and having the sub-folder extracted inside the original folder:
- Folder 2
- - File 3.txt (?)
- - Sub-Folder 2.1
- - - Sub-Sub-Folder 2.1.1
- - - - File 4.txt
- - - File 5.txt
* Or using the "flat" mode, and having all of the files extracted on the same folder:
- File 4.txt
- File 5.txt
...When all I wanted was to extract it like this:
- Sub-Folder 2.1
- - Sub-Sub-Folder 2.1.1
- - - File 4.txt
- - File 5.txt
Is there a way to work around this, besides using method # 1 and then moving the resulting folder?

Discussion


Log in to post a comment.

MongoDB Logo MongoDB