728x90
반응형
728x170
using Windows.Storage;
...
StorageFolder storageFolder = ApplicationData.Current.LocalFolder;
StorageFile storageFile = await storageFolder.CreateFileAsync("sample.txt", CreationCollisionOption.OpenIfExists);
...
await FileIO.WriteTextAsync(storageFile, "샘플 데이터 입니다.");
728x90
반응형
그리드형(광고전용)
'C# > UWP' 카테고리의 다른 글
[C#/UWP] PathIO 클래스 : WriteTextAsync 정적 메소드를 사용해 텍스트 파일 쓰기 (0) | 2016.06.01 |
---|---|
[C#/UWP] PathIO 클래스 : ReadTextAsync 정적 메소드를 사용해 텍스트 파일 읽기 (0) | 2016.06.01 |
[C#/UWP] ms-appdata 접두사 사용하기 (0) | 2016.06.01 |
[C#/UWP] FileIO 클래스 : ReadBufferAsync 정적 메소드를 사용해 텍스트 파일 읽기 (0) | 2016.06.01 |
[C#/UWP] FileIO 클래스 : WriteBufferAsync 정적 메소드를 사용해 텍스트 파일 쓰기 (0) | 2016.06.01 |
[C#/UWP] FileIO 클래스 : ReadTextAsync 정적 메소드를 사용해 텍스트 파일 읽기 (0) | 2016.06.01 |
[C#/UWP] FileSavePicker 클래스 : 파일 비동기 저장하기 (0) | 2016.06.01 |
[C#/UWP] FileOpenPicker 클래스 : 파일 비동기 로드하기 (0) | 2016.06.01 |
[C#/UWP] MediaElement 엘리먼트 : 백그라운드 오디오 기능 사용하기 (0) | 2016.03.02 |
[C#/UWP] Package 클래스 : 패키지 정보 구하기 (0) | 2016.03.01 |
댓글을 달아 주세요