共用方式為


FileSystemImplementation 類別

定義

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)

開啟應用程式套件內所含檔案的數據流。

適用於