Saving file from NSString. Objective-c
How can i do this? I know ho to do this on 开发者_如何学Pythonwindows, but here.. im newer ))
SDK: Mac OS X 10.5
You will find the answer in the NSString reference with the writeToFile:atomically:encoding:error:
method.
精彩评论