You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The option -keep no doesn't seem to be reliable though. Sometimes the source folder remains to exist; some of its contents was deleted, but not all if it.
I've worked around this by performing an RD of the source folder aftwerwards.
Best regards,
Johan
The text was updated successfully, but these errors were encountered:
@JohanHeyvaert - I suppose you have issues with -keep false when zipping a content (as you are able to use rd command)? I will check this during the weekend.
That is correct. I use the following parameters: zipItem -source "!destPath!" -destination "!zipPath!" -keep no -force yes destPath is a variable containing a path to a folder. zipPath of course is a path to the destination zip file.
Hi,
Thank you for this great script!
The option
-keep no
doesn't seem to be reliable though. Sometimes the source folder remains to exist; some of its contents was deleted, but not all if it.I've worked around this by performing an RD of the source folder aftwerwards.
Best regards,
Johan
The text was updated successfully, but these errors were encountered: