System::IO::Path::GetFullPath メソッド

Path::GetFullPath method

指定されたパスを絶対パスに変換します。

static String System::IO::Path::GetFullPath(const String &path)
パラメーター説明
パスconst String&変換対象のパス

ReturnValue

path と同じエンティティ(存在しなくてもよい)を参照する絶対パス

参照