Changes

Jump to: navigation, search

Working with Directories in Objective-C

25 bytes added, 19:44, 10 November 2009
no edit summary
A key element of gaining proficiency in any programming language involves the ability to work with files and file systems. The level of difficulty in working files various from very easy to hard, depending on the programming language concerned. The C programming language, on which Objective-C is based, tended to make file handling a little hard relative to the standards of today's programmer friendly object oriented languages. The good news for Objective-C developers is that the Foundation Framework includes a number of classes designed specifically to make the task of working with files and directories as straightforward as possible.
In this chapter we will look at these classes and provide examples of how use them to perform some basic directory operations from within an Objective-C program. In [[Working with Files in Objective-C]] we will take a close look at working with filesusing these classes.
== The Objective-C NSFileManager, NSFileHandle and NSData Classes ==

Navigation menu