Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -T
    
    ...
    my $n = rmtree( File::Spec->rootdir(), 0, 1);
    
    ok( $n, "Deleted at least one file from the root directory" );