34,333
edits
Changes
no edit summary
In [[Working with Directories in Objective-C]] we looked at the NSFileManager, NSFileHandle and NSData Foundation Framework classes and discussed how the NSFileManager class in particular enables us to work with directories in Objective-C. In this chapter we move on from working with directories to covering the details of working with files using all three of these classes.
== Creating an NSFileManager Instance ==