PathUtil.NormalizePath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension method to return a normalized form of the given path.
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ NormalizePath(System::String ^ path);
public:
[System::Runtime::CompilerServices::Extension]
static Platform::String ^ NormalizePath(Platform::String ^ path);
public static string NormalizePath (this string path);
static member NormalizePath : string -> string
<Extension()>
Public Function NormalizePath (path As String) As String
Parameters
- path
- String
Path to normalize
Returns
Normalized from of path