question

mionshion-3520 avatar image
0 Votes"
mionshion-3520 asked mionshion-3520 commented

how to select certin folders in a dictory and zip them with progress

so i have a multiple folders and files in a directory and i want to zip 8 folders and the contents inside those folders with progress bar i zipped many things using iconc zip before but never had to select certain folders before is there a way of doing this

so outcode select 8 folders and create a zip with all 8 folders and contents in those folders in the one zip

would this be possible ?

dotnet-csharp
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Tenho um script .bat que talvez seja o que procura.

Esse script faz uma cópia de uma determinada pasta gerando um arquivo compactado no destino desejado.

Caso seja o que procura lhe envio o script.

0 Votes 0 ·

@mionshion-3520, Do you want to show the progress bar percentage when zip certin folders?
I have some suggestions for it.
First, I suggest that you could get selected all folders first of all by using drag and drop method.

Second, Please refer to the following link to show the progress bar when zipping from a directory.

Progress Bar not available for zipfile? How to give feedback when program seems to hang


0 Votes 0 ·

1 Answer

karenpayneoregon avatar image
2 Votes"
karenpayneoregon answered mionshion-3520 commented

I have a GitHub repository that provides a code sample to zip/unzip folders. No ProgressBar, should be plenty of code on the web to calculate this part.

198185-main.png

198186-viewcontents.png



main.png (18.3 KiB)
viewcontents.png (27.4 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@karenpayneoregon thank you very much solved the issue and also big thank you most of the questions i ask on here its you that usually answers my question or points me in the correct location big thank you for all the work you do for the community

0 Votes 0 ·