|
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.
|