includeing path of files.h on mac in my program
includeing path of files.h on mac in my program
- Subject: includeing path of files.h on mac in my program
- From: "darpan kamboj" <email@hidden>
- Date: 4 Aug 2005 13:02:28 -0000
Hi all
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 )
But for using this API i have to include the Files.h
I have included the
#include<CarbonCore/Files.h>
My problem is the Path of Files.h on mac.
Plz tell me how i have to include the Files.h in my program.
When i compile the program it shows error that undeclared variables like
FSSpec etc.
Thanks and Regards
_______________________________________________
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