Re: Mac OS alias from Perl
[email protected] (Celeste Suliin Burris)
| Newsgroups | perl.macosx |
|---|---|
| Message-ID | <C380719E.8BDF%[email protected]> |
Use a symbolic link instead. Perl handles those natively, and they can be accessed from the command line. The Finder just treats them the same as aliases. > From: Dan Neville <[email protected]> > Date: Sat, 8 Dec 2007 19:01:46 -0500 > To: <[email protected]> > Subject: Mac OS alias from Perl > > Hello, > Does anyone know how to make a Mac OS alias in Perl? So, I wish to > have Perl create aliases in multiple directories rather than copy the > original file. > > Thanks, > Dan > --