Difference between revisions of "IOS 8 App Development Essentials"
From Techotopia
Line 315: | Line 315: | ||
#* [[Working with Directories in Swift on iOS 8|Getting the Attributes of a File or Directory]]<br><br> | #* [[Working with Directories in Swift on iOS 8|Getting the Attributes of a File or Directory]]<br><br> | ||
# [[Working with Files in Swift on iOS 8]] | # [[Working with Files in Swift on iOS 8]] | ||
+ | #* [[Working with Files in Swift on iOS 8|Creating an NSFileManager Instance]] | ||
+ | #* [[Working with Files in Swift on iOS 8|Checking for the Existence of a File]] | ||
+ | #* [[Working with Files in Swift on iOS 8|Comparing the Contents of Two Files]] | ||
+ | #* [[Working with Files in Swift on iOS 8|Checking if a File is Readable/Writable/Executable/Deletable]] | ||
+ | #* [[Working with Files in Swift on iOS 8|Moving/Renaming a File]] | ||
+ | #* [[Working with Files in Swift on iOS 8|Copying a File]] | ||
+ | #* [[Working with Files in Swift on iOS 8|Removing a File]] | ||
+ | #* [[Working with Files in Swift on iOS 8|Creating a Symbolic Link]] | ||
+ | #* [[Working with Files in Swift on iOS 8|Reading and Writing Files with NSFileManager]] | ||
+ | #* [[Working with Files in Swift on iOS 8|Working with Files using the NSFileHandle Class]] | ||
+ | #* [[Working with Files in Swift on iOS 8|Creating an NSFileHandle Object]] | ||
+ | #* [[Working with Files in Swift on iOS 8|NSFileHandle File Offsets and Seeking]] | ||
+ | #* [[Working with Files in Swift on iOS 8|Reading Data from a File]] | ||
+ | #* [[Working with Files in Swift on iOS 8|Writing Data to a File]] | ||
+ | #* [[Working with Files in Swift on iOS 8|Truncating a File]]<br><br> | ||
+ | # [[iOS 8 Directory Handling and File I/O in Swift – A Worked Example]] | ||
</td> | </td> | ||
<td valign="top"> | <td valign="top"> |
Revision as of 18:54, 5 December 2014
Table of Contents | Next | |
Start Here |
This book is currently under development with new chapters added regularly.
© 2014 Neil Smyth / Payload Media. This eBook is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights reserved.
<google>BUY_IOS8</google>
<google>BUY_IOS8</google>
Table of Contents | Next | |
Start Here |