Subject: | File::Remove does not seem to delete empty directories |
System: Microsoft Windows 2000
5.00.2195
Service Pack 4
Perl: This is perl, v5.8.0 built for MSWin32-x86-multi-thread
When I do a remove(\1,$someDirectory) it deletes subdirectories wich contain files but does not delete neither empty subdirectories nor the directory itself.
The same script works perfectly on Linux.