Changes

Jump to: navigation, search

Working with Directories on iOS 4 (iPhone)

30 bytes added, 20:15, 22 February 2011
Identifying the Current Working Directory
[filemgr release];
</pre>
<google>ADSDAQBOX_FLOW</google>In this code we declare a new object named filemgr that is an instance of the NSFileManager class and also an NSString object named currentPath to contain the current working directory path. Having created a file manager instance we then call the currentDirectoryPath method of that instance and assign the resulting string to currentPath.
== Identifying the Documents Directory ==

Navigation menu