hi File::path the option keep_root => 1 does not seem to work for me
use File::Path;
rmtree( '/temp/auto', { verbose =>1 , keep_root => 1} );
it throw me the output
unlink /temp/auto/test6 unlink /temp/auto/test5 unlink /temp/auto/test4
rmdir /temp/auto
the option keep_root => 1 should keep the root path ??
--
Regards
Agnello D'souza
