[C#/WINUI3/.NET8] StorageFolder 클래스 : GetFileAsync 메소드를 사용해 읽을 파일의 StorageFile 객체 구하기

■ StorageFolder 클래스의 GetFileAsync 메소드를 사용해 읽을 파일의 StorageFile 객체를 구하는 방법을 보여준다.

예제 코드 (C#)

Advertisements