rikyoz / bit7z

A C++ static library offering a clean and simple interface to the 7-zip shared libraries.
https://rikyoz.github.io/bit7z
Mozilla Public License 2.0
633 stars 116 forks source link

[Feature Request]: custom suffix format #180

Open Alvazz opened 10 months ago

Alvazz commented 10 months ago

Feature description

Is it possible to support compression of a custom suffix format? For example, I compress a folder named "test" into "test.myfiledata", and then decompress the "test.myfiledata" file to finally get the initial "test" folder.

Additional context

No response

Code of Conduct

rikyoz commented 10 months ago

Hi! The library doesn't limit the archive file extension, either when compressing or extracting it, so you should be able to use any suffix format for the archive file!