다음을 통해 공유


SystemDataPaths.System 속성

정의

Windows 시스템 폴더의 경로를 가져옵니다.

public:
 property Platform::String ^ System { Platform::String ^ get(); };
winrt::hstring System();
public string System { get; }
var string = systemDataPaths.system;
Public ReadOnly Property System As String

속성 값

String

Platform::String

winrt::hstring

Windows 시스템 폴더의 전체 경로입니다.

적용 대상