in reply to Command To Empty Recycle Bin With Perl?
I use Perl and WinZip's command line interface to automatically move ("-m" operator adds to ZIP and deletes from original location) folders / files to ZIP files. In PERL v5.6.1 the "move" would permanently delete the folders / files but in PERL v5.16.1 the "move" only moves the files to the Recycle Bin
This doesn't sound right. From what you're saying, I assume you're doing something like this: system('winzip -m ...');
If that is the case, then the version of Perl has absolutely zero effect on how WinZip operates and the change in behaviour is due to something else changing on your system (I'm guessing you have switched to a different PC?). Probably the easiest fix will be to go into the Recycle Bin settings and disable the Recycle Bin.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Command To Empty Recycle Bin With Perl?
by sphinxy09 (Initiate) on Jul 12, 2014 at 12:24 UTC | |
by SimonPratt (Friar) on Jul 14, 2014 at 08:22 UTC |