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

Re: [MacPerl] startup disk



To find the System Folder:

#!perl
require "FindFolder.pl";
$folder = &MacPerl::FindFolder('S');
opendir(S,$folder);
foreach (sort readdir(S)) {print "$_\n"}


See lib:FindFolder.pl for more details.

#================================================================
Chris Nandor                                      pudge@pobox.com
PGP Key 1024/B76E72AD                           http://pudge.net/
Keyfingerprint = 08 24 09 0B CE 73 CA 10  1F F7 7F 13 81 80 B6 B6



***** Want to unsubscribe from this list?
***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch