PDA

View Full Version : from NSString to text file


SummerLand
2002.12.11, 02:25 PM
How I can save an NSString to a .txt file in a non Document based Cocoa app? Thanx

OneSadCookie
2002.12.11, 03:42 PM
A quick flick through the NSString documentation reveals -[NSString writeToFile:atomically:].