File-Remove - Can we use it to remove UNC folders

Posted on Thu Feb 23 00:15:46 2006 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.
Write a response