GetRelativePath メソッド
| 編集/提案 ソースを表示GetRelativePath()
現在の作業ディレクトリを基にした相対パスを取得します。
宣言
public string GetRelativePath()
戻り値
型 | 説明 |
---|---|
System.String | 現在のパスへの相対パスを表す文字列です。 |
例外
型 | 条件 |
---|---|
System.PlatformNotSupportedException |
GetRelativePath(PathString)
指定したパスを基にした相対パスを取得します。
宣言
public string GetRelativePath(PathString relativeTo)
引数
型 | 名前 | 説明 |
---|---|---|
PathString | relativeTo | 相対パスの基底となる絶対パスです。 |
戻り値
型 | 説明 |
---|---|
System.String | 現在のパスへの相対パスを表す文字列です。 |
例外
型 | 条件 |
---|---|
System.ArgumentNullException |
|
System.PlatformNotSupportedException | .NET Framework v4.8 上で相対パスの生成に失敗した場合に発生します。 .NET Core 3.1 以上のランタイムで実行し直してください。 |