createFileAtPath
createFileAtPath
- Subject: createFileAtPath
- From: Simone Gabbriellini <email@hidden>
- Date: Fri, 9 Jan 2004 18:14:24 +0100
hello!
anyone there who knows the correct syntax for createFileAtPath? I mean,
what I need is an example of the code, not the definition (I read it in
the Apple documentation): let's say I want to write down a file called
"pippo.txt" when I press a button. I already got this by Interface
Builder:
- (IBAction)aggiungi:(id)sender
{
[createFileAtPath:("pippo.txt")]; // this part doesn't work!!!
}
thank you so much,
Simone
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.