in reply to Re^2: File::Path::rmtree on UNC path (updated)
in thread File::Path::rmtree on UNC path (updated)
my ($dir, $subdir) = $sharedir =~ /^(.*)\/(.*)$/; chdir $dir; rmtree $subdir;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: File::Path::rmtree on UNC path (updated)
by rovf (Priest) on Jun 10, 2009 at 11:40 UTC |