GetFullPath()

Path::GetFullPath(const String&) method

Converts the specified path into absolute path.

static String System::IO::Path::GetFullPath(const String &path)

Arguments

ParameterTypeDescription
pathconst String&The path to convert

Return Value

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

See Also