зеркало из https://github.com/xamarin/ios-samples.git
2e9220aba8
* added new sample * added assets * deleted old project * updated screenshot |
||
---|---|---|
.. | ||
FileSystem | ||
Screenshots | ||
Metadata.xml | ||
README.md | ||
WorkingWithTheFileSystem.sln |
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, it’s important to understand the directory structure specific to iOS applications in order to know where and when to store things.