kosmaks
kosmaks

Reputation: 117

Saving file from NSString. Objective-c

How can i do this? I know ho to do this on windows, but here.. im newer ))

SDK: Mac OS X 10.5

Upvotes: 2

Views: 641

Answers (1)

Laurent Etiemble
Laurent Etiemble

Reputation: 27929

You will find the answer in the NSString reference with the writeToFile:atomically:encoding:error: method.

Upvotes: 4

Related Questions