본문 바로가기

프로그래밍/C#

[C#] 내문서 경로 가져오기

path에 내문서 경로 가져오기.

string path = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);