ios-samples/FileSystemSampleCode/README.md

469 B
Исходник Ответственный История

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.