[C#/WINUI3/.NET8] StorageFile 클래스 : GetFileFromPathAsync 정적 메소드를 사용해 특정 파일 경로의 StorageFile 객체 구하기

■ StorageFile 클래스의 GetFileFromPathAsync 정적 메소드를 사용해 특정 파일 경로의 StorageFile 객체를 구하는 방법을 보여준다.

예제 코드 (C#)

Advertisements