Re: [MacPerl-Porters] default type/creator
[email protected] (Bart Lateur)
| Newsgroups | perl.macperl.porters |
|---|---|
| Organization | MediaMind |
| Message-ID | <[email protected]> |
On Thu, 25 Oct 2001 11:33:55 +0200, Bart Lateur wrote: >On Wed, 24 Oct 2001 17:04:49 +0200, Axel Rose wrote: > >>If MacPerl doesn't know anything about a file I create >>with Net::FTP should MacPerl set type to TEXT? >I've been hunting around a bit, but I can't find exactly what sets the >default type. Does anybody else know? Ooh it's dead easy. It's simply MacPerl's default creator/type for open with mode '>'. See line 363 in Net/FTP.pm. So for you the creator is "MPS ", for me it will likely be "R*ch" (I haven't actually tested it). Nowhere else is the creator/type changed. -- Bart.