in reply to Re^2: rename works sporadically on windows??
in thread rename works sporadically on windows??
C:\>echo >2 C:\>perl -e"open IN, 2 or die $!; warn 'opened';rename 2, 2222 or die +$!,$/,$^E" opened at -e line 1. Permission denied The process cannot access the file because it is being used by another + process at -e line 1.
|
|---|