System::IO::Path::GetFullPath method

Path::GetFullPath method

Converts the specified path into absolute path.

static String System::IO::Path::GetFullPath(const String &path)
ParameterTypeDescription
pathconst String&The path to convert

ReturnValue

The absolute path referencing the same entity (which does not have to exist) as path

See Also