Riccardo
Riccardo
Implemented in [v4.0.0](https://github.com/rikyoz/bit7z/releases/tag/v4.0.0).
Implemented in [v4.0.0](https://github.com/rikyoz/bit7z/releases/tag/v4.0.0). Now the `BitArchiveEditor` can be used for renaming/deleting files and folders inside archives. Example: ```cpp BitArchiveEditor editor{ lib, "path/to/archive.7z", BitFormat::SevenZip }; // Set compressed_file1.txt to be renamed...
Hi! > I'm also seeing decompression being really, really slow compared to 7z.exe. I'm using the same 7z.dll v22.01 for both. > 7z.exe extracts the archive in approx. 1min 53sec,...
> Unfortunately I can't share the 7z file as it's a 3rd party sending me their proprietary data ;) No worries, I asked just in case! :) > The data...
Implemented in [v4.0.0](https://github.com/rikyoz/bit7z/releases/tag/v4.0.0)
Implemented in [v4.0.0](https://github.com/rikyoz/bit7z/releases/tag/v4.0.0).
Added the option `BIT7Z_AUTO_PREFIX_LONG_PATHS` for automatically prepend `\\?\` to paths in [v4.0.0](https://github.com/rikyoz/bit7z/releases/tag/v4.0.0).
Implemented in [v4.0.0](https://github.com/rikyoz/bit7z/releases/tag/v4.0.1). Now, you can use 7-zip format settings like `cu` using the `setFormatProperty` method. E.g.: ```cpp BitFileCompressor compressor{ lib, BitFormat::Zip }; compressor.setFormatProperty( L"cu", true ); compressor.compressDirectory( "dir/path/", "dir_archive.zip"...
Implemented in [v3.2.0](https://github.com/rikyoz/bit7z/releases/tag/v3.2.0) and [v4.0.0](https://github.com/rikyoz/bit7z/releases/tag/v4.0.0).
Implemented in [v4.0.0](https://github.com/rikyoz/bit7z/releases/tag/v4.0.0).