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) |
開啟應用程式套件內所含檔案的數據流。 |