[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl] Bug found in MacPerl 5.1.0



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
---------------------------------------------------------------------------