ios-samples/FileSystemSampleCode
Mykyta Bondarenko 2e9220aba8 Update 'FileSystem' sample (#310)
* added new sample

* added assets

* deleted old project

* updated screenshot
2018-12-06 20:25:53 -08:00
..
FileSystem Update 'FileSystem' sample (#310) 2018-12-06 20:25:53 -08:00
Screenshots Update 'FileSystem' sample (#310) 2018-12-06 20:25:53 -08:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md [FileSystem] Adding README.md 2013-10-28 15:25:01 +00:00
WorkingWithTheFileSystem.sln Update 'FileSystem' sample (#310) 2018-12-06 20:25:53 -08: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.