#!/usr/bin/perl -- use strict; use warnings; my $dir = "__poop"; rmdir $dir or warn $!; mkdir $dir or die $!; chdir $dir or die $!; $dir = "../$dir" ; rmdir $dir or die sprintf "Cannot rmdir($dir): %d(%s) %d(%s)", int($!),$!,int($^E),$ +^E; __END__ No such file or directory at test.pl line 6. Cannot rmdir(../__poop): 13(Permission denied) 32(The process cannot a +ccess the file because it is being used by another process) at test.p +l line 10.
In reply to Re: File::Path::rmtree on UNC path (updated)
by Anonymous Monk
in thread File::Path::rmtree on UNC path (updated)
by rovf
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |