C# :: For Beginners

[C#] Windows Forms 프로젝트에서 내 문서와 같은 특수폴더 지칭하기

C# Windows Form 프로젝트에서 내 문서와 같은 특수 폴더를 지칭하는 방법을 소개합니다.

 

System.Environment.GetFolderPath(System.Environment.SpecialFolder.MyPictures)

 

SpecialFolder 문구 뒤에서 점(.)을 찍었을 때, MyDocuments, MyMusic, MyPictures 등의 항목을 추천해주는 것을 인텔리코드 상에서 확인할 수 있습니다.

 

 

고맙습니다.

Leave a Reply

Discover more from Dream big, Achieve more.

Subscribe now to keep reading and get access to the full archive.

Continue reading