bit7z icon indicating copy to clipboard operation
bit7z copied to clipboard

[Feature Request]: Suggestions for Decompressing Callback Logic

Open psvajaz opened this issue 10 months ago • 1 comments

Feature description

During the decompression process, the situation: when the setFileCallback is triggered during the decompression process, only the file name (without directory information) is provided and no callback is made when decompressing the directory. The return value of the Callback is only whether the current file needs to be decompressed. Suggestion: When triggering the setFileCallback setting function during the decompression process, the item of the directory and the file should be used as the Callback parameter. In this way, the developer can display more comprehensive information to the user, allowing the user to choose how to operate; in the return of the Callback function In addition to whether to decompress the current file, the value should also provide the decompression path, so that the developer has more room for manipulation when the user chooses to overwrite or rename

Additional context

No response

Code of Conduct

psvajaz avatar Aug 09 '23 02:08 psvajaz