from NSString to text file
How I can save an NSString to a .txt file in a non Document based Cocoa app? Thanx
A quick flick through the NSString documentation reveals -[NSString writeToFile:atomically:].
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Read a text file line by line? | jdunehew | 6 | 9,072 |
Dec 29, 2011 11:54 AM Last Post: Blacktiger |
|
| Malloc() Struct with NSString Inside? | Graphic Ace | 3 | 3,796 |
Jan 26, 2010 05:32 PM Last Post: cmiller |
|
| Can't use NSString to put a number on screen? | kensuguro | 3 | 4,210 |
Nov 7, 2005 01:16 AM Last Post: Jordan |
|
| Getting Number From Character In NSString | Nick | 2 | 3,822 |
Oct 31, 2005 10:08 AM Last Post: Nick |
|
| Getting text from a window text field | mars | 7 | 4,330 |
Mar 26, 2005 06:06 PM Last Post: OneSadCookie |
|

