Posted on 2006-02-22 22:15:46-08 by perick
Can we use it to remove UNC folders
This module remove local directories well. But it did not remove UNC specified directories. Anyone has idea? Below is the command I used: remove \1, qw( c:\\temp\\log ); ## worked well then shared folder temp on this server remove \1, qw( \\\\servername\\temp\\log ); ## doesn't work. folders were not removed.
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.