--- doc/loncapafiles/removenolongerused.piml 2014/06/20 19:25:41 1.1.2.7 +++ doc/loncapafiles/removenolongerused.piml 2014/06/20 21:33:06 1.1.2.8 @@ -65,7 +65,7 @@ if (@dirstodelete > 0) { chomp($choice); $choice =~ s/\s+//g; if ($choice eq 'Y') { - File::Path::remove_tree($dir); + File::Path::rmtree($dir); } } }