IFileSystem 인터페이스

정의

디바이스 폴더의 위치에 쉽게 액세스할 수 있는 방법을 제공합니다.

public interface class IFileSystem
public interface IFileSystem
type IFileSystem = interface
Public Interface IFileSystem
파생

속성

AppDataDirectory

앱 데이터를 저장할 수 있는 위치를 가져옵니다.

CacheDirectory

임시 데이터를 저장할 수 있는 위치를 가져옵니다.

메서드

AppPackageFileExistsAsync(String)

앱 패키지에 파일이 있는지 여부를 확인합니다.

OpenAppPackageFileAsync(String)

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

적용 대상