Help for this page

Select Code to Download


  1. or download this
    $dir = $in{sub_dir};
    
  2. or download this
    rmtree([$dir_location, $dir], 1, 1);
    
  3. or download this
    rmtree([ "$dir_location/$dir" ], 1, 1);