File input/output: Difference between revisions

Content deleted Content added
Added AppleScript example from duplicate File Copy task.
Line 383:
[[Category:Objective C]]
'''Compiler:''' [[GNU Compiler Collection|gcc]]
[[Category:GNU Compiler Collection]]
 
There are various classes in Objective C for opening, reading, and writing files. One way is with the NSFileManager class for reading, and a NSFileHandle for writing.