I am trying to zip all the files in my folder into one zip file.
I am using ‘Directory.Getfiles’ Activity and then ‘foreach’ activity.
To extract the filename I use ‘Path.Getfilename’
but my activity ‘Compress/Zip Files’ is just zipping the individual files instead of all files in one folder.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.