Skip to content

How do you compress a file via ZIP or via LZMA? #48

Closed Answered by tsolomko
houmie asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

Can SWCompression do this as well?

Unfortunately, the answer to this question is no, since neither LZMA compression nor creation of ZIP archives is implemented. Furthermore, even if they were implemented, SWCompression by design (i.e. intentionally) would not interact with the file system directly (as seemingly SSArchive does in your example), so you would have to implement this part of the procedure by yourself.

Is there any example you could provide how I could compress all files in a directory via Zip or alternatively via LZMA respectively?

Some examples of how to implement the interactions with the file system (for the functionality that is currently available in SWCompress…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tsolomko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants