Page 1 of 1
Problem with zip_add()
Posted: 11 Oct 2013 16:59
by HEM
If I have more than 2 files selected when I run zip_add(); from a user defined toolbar button, only the first 2 files or sometimes first & last file go into the newly created zip file. Am I doing something wrong?
Re: Problem with zip_add()
Posted: 15 Oct 2013 07:58
by admin
Show your code, please.
Re: Problem with zip_add()
Posted: 15 Oct 2013 13:46
by HEM
It's just the one statement.... see attached snapshot.
Re: Problem with zip_add()
Posted: 15 Oct 2013 16:42
by admin
Confirmed! There is something weird going on...
...
Fixed! Interesting bug -- race condition between various shell functions. Thanks!