2009-08-04 3 views
44

가능한 중복 :
How can i get the path of the current user's “Application Data” folder?C#을 사용하여 사용자의 응용 프로그램 데이터 폴더를 얻는 방법?

나는 현재 사용자의 응용 프로그램 데이터 폴더의 경로를 얻을 수 있습니까?

+0

스택 오버플로에서 질문을 검색 할 수 없지만 Google이 StackOverflow 자체 솔루션을 제공했습니다. [솔루션] (http://stackoverflow.com/questions/915210/how-can-i-get-the-path-of-the-current-users-application-data-folder/915221) – shahjapan

답변

106
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) 
관련 문제