Creation of a file???
Creation of a file???
- Subject: Creation of a file???
- From: "darpan kamboj" <email@hidden>
- Date: 8 Aug 2005 15:00:05 -0000
Hi all
I want to create a file and i am using the following code for this :-
I have passed the following values to FSSpec structure
spec.vRefNum=0;
spec.parID=4029;
unsigned char filename[64]="Aman";
spec.name=filename;
FSpCreate(&spec, 'ttxt', 'TEXT', smSystemScript);
I want to create file on root . What i should pass to parId and vRefNum?? How i
can get the Volume reference number.
Plz if any one have idea then guide me
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