NSString and writeToFile
NSString and writeToFile
- Subject: NSString and writeToFile
- From: Miguel Nunes Correia <email@hidden>
- Date: Mon, 22 Sep 2003 20:41:43 +0100
Hi,
I'm writing a program that generates some text in NSString and I want
to save it into a file to a specific path chosen by the user. The
problem is that it gives me this error : "*** +[NSString
writeToFile:atomically:]: selector not recognized" and doesn't save the
file making application exit with status 0.
Here is where I call writeToFile:
table = [NSString writeToFile:filePath atomically:YES];
Thanks in advance, SirconSW
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.