How to add 500 .txt in zip file

Hello all,

I have 1 folder which has 500 to 800 text files , I want to put them in zip folder /file.

Data\temp(500 notepad files)

I want it as Data\temp\alldata110924.zip

Or I can create folder ,add all files …
So either zip folder or add files to folder and zip…
Anything is fine and works for me…

I tried zip unzip activity but having difficulty …

Pls help …

TIA !:+1:

Hello @Shruthika_r

You should be able to use the activity “Compress/Zip Files” and just point to your folder :slight_smile:

image

Regards
Soren

1 Like

Hi @SorenB

Thanks for ur reply. This solution working in my personal laptop but in office production environment getting error below

▲ Compress/Zip Files: Method not found: 'Void

ICSharpCode.SharpZipLib.Zip.Compressio n.Streams.Deflater OutputStream.set_Pass word(System.String)'.

Anything can you suggest ?

TIA

@Shruthika_r

On the office laptop were you able to zip manually?

Cheers

Hello @Shruthika_r

Are you setting a password on the archive when compressing?
If you are, then try without the password just to check whether it is this property that is causing problems.
Also please verify that you have write permissions on the folder/share where the .zip is being created.

Regards
Soren

It is resolved by upgrading the dependency package.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.