¡@

Home 

2014/10/15 ¤U¤È 10:11:45

iphone Programming Glossary: myhandle

how to write in append mode for text file

http://stackoverflow.com/questions/4779877/how-to-write-in-append-mode-for-text-file

@ Notes.txt NSString savedString textview.text savedString writeToFile documentTXTPath atomically YES NSFileHandle myHandle NSFileHandle fileHandleForUpdatingAtPath documentTXTPath myHandle seekToEndOfFile myHandle writeData savedString dataUsingEncoding.. documentTXTPath atomically YES NSFileHandle myHandle NSFileHandle fileHandleForUpdatingAtPath documentTXTPath myHandle seekToEndOfFile myHandle writeData savedString dataUsingEncoding NSUTF8StringEncoding myHandle closeFile iphone uitextview.. atomically YES NSFileHandle myHandle NSFileHandle fileHandleForUpdatingAtPath documentTXTPath myHandle seekToEndOfFile myHandle writeData savedString dataUsingEncoding NSUTF8StringEncoding myHandle closeFile iphone uitextview nsfilehandle share..