Difference between revisions of "IPhone App Development Essentials"
From Techotopia
Line 174: | Line 174: | ||
#* [[Working with Directories on iPhone OS|Getting the Attributes of a File or Directory]]<br><br> | #* [[Working with Directories on iPhone OS|Getting the Attributes of a File or Directory]]<br><br> | ||
# [[Working with Files on the iPhone]] | # [[Working with Files on the iPhone]] | ||
− | + | #* [[Working with Files on the iPhone|Creating an NSFileManager Instance]] | |
+ | #* [[Working with Files on the iPhone|Checking if a File Exists]] | ||
+ | #* [[Working with Files on the iPhone|Comparing the Contents of Two Files]] | ||
+ | #* [[Working with Files on the iPhone|Checking if a File is Readable/Writable/Executable/Deletable]] | ||
+ | #* [[Working with Files on the iPhone|Moving/Renaming a File]] | ||
+ | #* [[Working with Files on the iPhone|Copying a File]] | ||
+ | #* [[Working with Files on the iPhone|Removing a File]] | ||
+ | #* [[Working with Files on the iPhone|Creating a Symbolic Link]] | ||
+ | #* [[Working with Files on the iPhone|Reading and Writing Files with NSFileManager]] | ||
+ | #* [[Working with Files on the iPhone|Working with Files using the NSFileHandle Class]] | ||
+ | #* [[Working with Files on the iPhone|Creating an NSFileHandle Object]] | ||
+ | #* [[Working with Files on the iPhone|NSFileHandle File Offsets and Seeking]] | ||
+ | #* [[Working with Files on the iPhone|Reading Data from a File | ||
+ | #* [[Working with Files on the iPhone|Writing Data to a File]] | ||
+ | #* [[Working with Files on the iPhone|Truncating a File]] | ||
</td> | </td> | ||
<td valign="top"> | <td valign="top"> |
Revision as of 19:52, 1 June 2010
Currently under development, this online book is intended to teach the reader everything necessary to develop apps for the iPhone. It is due for completion in May 2010 so check back for regular updates.