FileSystemImplementation 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
API 的具体实现 IFileSystem 。
public ref class FileSystemImplementation : Microsoft::Maui::Storage::IFileSystem
public class FileSystemImplementation : Microsoft.Maui.Storage.IFileSystem
type FileSystemImplementation = class
interface IFileSystem
Public Class FileSystemImplementation
Implements IFileSystem
- 继承
-
FileSystemImplementation
- 实现
构造函数
FileSystemImplementation() |
API 的具体实现 IFileSystem 。 |
属性
AppDataDirectory |
获取应用数据的存储位置。 |
CacheDirectory |
获取临时数据的存储位置。 |
方法
AppPackageFileExistsAsync(String) |
确定应用包中是否存在文件。 |
OpenAppPackageFileAsync(String) |
打开应用包中包含的文件的流。 |