This commit is contained in:
Craig 2018-11-15 09:31:00 -08:00
Родитель 8408f4e127
Коммит 69fe917af1
4 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -1,10 +1,14 @@
File System
File System on iOS
============
This sample application demonstrates how to use the file system in iOS
This sample application demonstrates how to use the file system in iOS, as described in the [working with the file system](https://docs.microsoft.com/en-us/xamarin/ios/app-fundamentals/file-system) doc.
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.
applications in order to know where and when to store things.
iOS 11 also introduced the ability to expose your app's user-directory to other apps and the **Files** app.
![Filesystem demo app](Screenshots/01FileSystem.png)

Двоичные данные
FileSystemSampleCode/Screenshots/01FileSystem.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 497 KiB

Двоичные данные
FileSystemSampleCode/Screenshots/02FilesApp.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 267 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 54 KiB