다음을 통해 공유


ConfigurationPath.GetParentPath(String) 메서드

정의

지정된 경로의 부모 노드에 해당하는 경로를 추출합니다.

public:
 static System::String ^ GetParentPath(System::String ^ path);
public static string? GetParentPath (string? path);
static member GetParentPath : string -> string
Public Shared Function GetParentPath (path As String) As String

매개 변수

path
String

경로입니다.

반환

원래 경로에서 마지막으로 찾은 개별 세그먼트를 뺀 경로입니다. 원래 경로가 최상위 노드에 해당하는 경우 Null입니다.

적용 대상