Top "7zip" questions

"7z" or "7zip" may refer either to the open-source 7zip compression container format or to the program of the same name that is the flagship implementation of the compression format.

Correctly decoding zip entry file names -- CP437, UTF-8 or?

I recently wrote a zip file I/O library called zipzap, but I'm struggling with correctly decoding zip entry file …

jar zip 7zip zipfile winzip
7Zip add encryption to files

I have a .7z archive that I manage using 7zFM (File Manager) and I can easily add objects to this …

archive 7zip
Why does 7zip Ignore my InstallPath when making a SFX installer?

Currently, I am making a SFX with 7zip using the following config: ;!@Install@!UTF-8! InstallPath="C:\\test" GUIMode="2" RunProgram="7z465.…

installation config 7zip sfx
how to execute 7zip commands from python script

I am trying to get a basic idea of how the os.system module can be used to execute 7zip …

python 7zip os.system
7zip: Exclude hidden directories

How do I exclude hidden directories when creating an archive using 7zip's command line version? I tried -x!".*", but that …

7zip
7-Zip command-line switch

Is there a 7-Zip command-line switch that prevents the filenames from echoing to the screen as they are added to …

7zip
Getting WinMerge to compare .jar files

I have two directories which contain a handful of *.jar and *.war archives, as well as some metadata files and …

jar war 7zip winmerge
7-ZIP (LZMA) compression for iPhone (iOS)

Does anybody know if there is an implementation of 7-Zip (LZMA) that would work on iPhone (iOS)?

iphone objective-c 7zip ios
How to read from a text file compressed with 7z?

I would like to read (in Python 2.7), line by line, from a csv (text) file, which is 7z compressed. I …

python python-2.7 stream 7zip py7zlib
apache commons compress using 7zip

i am trying to use the below code that i got from apache commons compress examples webpage to create a …

apache zip compression 7zip apache-commons-compress