Pack - Library

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Lite
User
User
Posts: 17
Joined: Fri Dec 21, 2012 7:50 am

Pack - Library

Post by Lite »

Hello Fred

To extract the files from a problem 7z package that was packed with non "non-solid" is known.
This method is very slow.
My wish is to work around the problem: extract from a file list.
The character ":" could be used as a delimeter.

example:

FileList$ = "test.zip:info.txt:pic.jpg"
UncompressPackFileList (0, TargetDir$, FileList$)

regards

Lite