Re: File Path -> FSSpec?
Re: File Path -> FSSpec?
- Subject: Re: File Path -> FSSpec?
- From: Brendan Younger <email@hidden>
- Date: Thu, 25 Oct 2001 23:05:29 -0400
On Thursday, October 25, 2001, at 10:30 PM, Johnny CN Lee wrote:
Does the system/framework provide a way to convert UNIX file path to
FSSpec
structure?
Try Carbon's FSMakeFSSpec(). It will accept full pathnames.
Brendan Younger