ios-samples/FileSystemSampleCode
Paola Villarreal fcb0f0dbdf FileSystemSampleCode sample ported to 64-bits 2014-05-27 15:22:55 -05:00
..
FileSystem FileSystemSampleCode sample ported to 64-bits 2014-05-27 15:22:55 -05:00
Screenshots [FileSystem] Created README file, added icons and screenshots 2013-10-23 19:02:13 +01:00
Metadata.xml Added gallery opt-in to metadata 2014-02-20 10:22:07 -05:00
README.md [FileSystem] Adding README.md 2013-10-28 15:25:01 +00:00
WorkingWithTheFileSystem.sln add new resources 2012-12-20 14:20:14 -05:00

README.md

File System

This sample application demonstrates how to use the file system in iOS

Working with the file system in iOS is not unlike working with the file system in .NET from Windows. You can still use the System.IO classes that you're used to working with but there are a few restrictions to be aware of. Additionally, its important to understand the directory structure specific to iOS applications in order to know where and when to store things.