Hi, I've found a bug in MacPerl 5.1.0 with the rmtree function in File::Path; rmtree is still using "/" instead of ":". To duplicate: Make a directory "moo" Put a file "moo.txt" in it. Use the following code: use File::Path; rmtree( "My Hard Drive:moo", 1, 0 ); Please let me know of any workarounds/fixes. -Frank --------------------------------------------------------------------------- Frank J. Faubert, Jr. | Sane Solutions, LLC. Chief Information Officer | INTERNET - INTRANETS - SOFTWARE frank@sane.com | (800) 407-3570 http://www.sane.com ---------------------------------------------------------------------------