At 13.15 11/7/97, William Neuhauser wrote: >use Mac::Files; >$desktop = &Mac::Files::FindFolder(&Mac::Files::kOnSystemDisk(), "D"); >print "$desktop\n"; 'A' for effort. :-) Try this: use Mac::Files; $desktop_folder_path = FindFolder(kOnSystemDisk(),kDesktopFolderType()); print $desktop_folder_path; -- Chris Nandor pudge@pobox.com http://pudge.net/ %PGPKey=('B76E72AD',[1024,'0824 090B CE73 CA10 1FF7 7F13 8180 B6B6']) #== MacPerl: Power and Ease ==# #== Publishing Date: Early 1998. http://www.ptf.com/macperl/ ==# ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch