Help for this page

Select Code to Download


  1. or download this
        33   use File::Path qw(make_path remove_tree);
             [...]
        387  $result = eval { remove_tree "/path/to/tree"; };
             [...]
    
  2. or download this
        cannot remove directory for /path/to/tree Directory not
        empty at /path/to/script line 387.
    
  3. or download this
        387  $result = system( "rm -rf /path/to/tree" );