次の方法で共有


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 値。

適用対象