Changes

Jump to: navigation, search

Working with Directories in Objective-C

5 bytes removed, 21:05, 1 February 2016
m
Text replacement - "<google>BUY_OBJC</google>" to "<htmlet>objc<htmlet>"
<hr>
<googlehtmlet>BUY_OBJCobjc</googlehtmlet>
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 with files varies 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.

Navigation menu