in reply to Permission denied error from dirmove function of File::Copy::Recursive.
There's nothing you can do to force the files to get deleted.
Windows does have an means of requesting that a file gets deleted as soon as possible. This is done by calling CreateFile (which is kinda like Perl's open) using FILE_FLAG_DELETE_ON_CLOSE. I can help you implement this if you're interested in using it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Permission denied error from dirmove function of File::Copy::Recursive.
by Gulliver (Monk) on Jul 25, 2011 at 17:46 UTC | |
by ikegami (Patriarch) on Jul 25, 2011 at 18:42 UTC |