Re: includeing path of files.h on mac in my program
Re: includeing path of files.h on mac in my program
- Subject: Re: includeing path of files.h on mac in my program
- From: Finlay Dobbie <email@hidden>
- Date: Thu, 4 Aug 2005 20:39:25 +0100
On 4 Aug 2005 13:02:28 -0000, darpan kamboj
<email@hidden> wrote:
> I am Trying to use File Manager API to create a file on Mac Volume. For this
> i am using
> extern OSErr FSpCreate(
> const FSSpec * spec,
> OSType creator,
> OSType fileType,
> ScriptCode scriptTag )
If you're using Cocoa, why are you using the File Manager? What does
it gain you over using the multiple available avenues provided by
Foundation?
If you're using File Manager, why are you using FSSpecs? Don't do
that. FSSpecs won't work with long unicode filenames. See
<http://developer.apple.com/technotes/tn2002/tn2078.html>
-- Finlay
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden