NormalizePath()

Path::NormalizePath(const String&) method

Normalizes the specified path.

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

Arguments

ParameterTypeDescription
pathconst String&A path to normalize

Return Value

The normalized path

See Also