Normalizes a path by removing redundant separators and resolving relative components.
public static string Normalize(string path);path System.String
The path to normalize.
System.String
The normalized path.
Normalizes a path by removing redundant separators and resolving relative components.
public static string Normalize(string path);path System.String
The path to normalize.
System.String
The normalized path.