[Moderator] Take to carbon-dev (Re: Creation of a file???)
[Moderator] Take to carbon-dev (Re: Creation of a file???)
- Subject: [Moderator] Take to carbon-dev (Re: Creation of a file???)
- From: mmalcolm crawford <email@hidden>
- Date: Mon, 8 Aug 2005 08:48:29 -0700
Although it is sometimes the case that it is appropriate to use
Carbon API in a Cocoa application, the focus of this list is Cocoa.
If your question pertains directly to Carbon API (rather than, say,
the answer to a question about how to do something in Cocoa turning
out to be that you should use Carbon API), then please use the Carbon-
dev list:
<http://lists.apple.com/mailman/listinfo/carbon-dev>
mmalc
On Aug 8, 2005, at 8:00 AM, darpan kamboj wrote:
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.
_______________________________________________
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