in reply to Permission denied error from dirmove function of File::Copy::Recursive.

I don't usually comment on windows specific problems, but this problem could exist in any computer environment as well.

I suspect that you have some 'daemon process' accessing the files for indexing purposes, and if you could find how the daemon locks the files, then duplicate that process. This would normally happen very fast, so I doubt a 'human' user is your problem.

Some possible solutions that might work:

This is a common problem in multi-user, multi-tasking operating systems, so there has to be a way to fix this. Perl is not the problem, but perl has tools to access your system, and invoke some operating specify solution.

Good Luck

"Well done is better than well said." - Benjamin Franklin

  • Comment on Re: Permission denied error from dirmove function of File::Copy::Recursive.