Re: FindFolder Equivalent?
Re: FindFolder Equivalent?
- Subject: Re: FindFolder Equivalent?
- From: Arno Gourdol <email@hidden>
- Date: Mon, 7 May 2001 14:59:45 -0700
On Monday, May 7, 2001, at 12:45 PM, Rosyna wrote:
Yup, this is exactly what I do when I want the url to a specific file.
You should avoid doing that. Do not use FSSpec, use FSRef instead.
FSSpec cannot represent the full Unicode range nor filenames longer than
32 characters.
Arno.