SpecialDirectories.CurrentUserApplicationData 속성

정의

현재 사용자의 애플리케이션 데이터 디렉터리를 가리키는 경로 이름을 가져옵니다.

public:
 static property System::String ^ CurrentUserApplicationData { System::String ^ get(); };
public static string CurrentUserApplicationData { get; }
static member CurrentUserApplicationData : string
Public Shared ReadOnly Property CurrentUserApplicationData As String

속성 값

현재 사용자의 애플리케이션 데이터 디렉터리에 대한 경로입니다.

예외

일반적으로 운영 체제에서 디렉터리를 지원하지 않으므로 경로가 비어 있습니다.

예제

다음은 현재 사용자의 애플리케이션 데이터 디렉터리에 대한 경로를 표시하는 예제입니다 MessageBox.

MsgBox(My.Computer.FileSystem.SpecialDirectories.CurrentUserApplicationData)

설명

SpecialDirectories 개체는 일반적으로 참조되는 디렉터리에 대한 경로를 포함합니다.

적용 대상

추가 정보