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)

앱 패키지 내에 포함된 파일로 스트림을 엽니다.

적용 대상