Method NormalizePathSeparators
NormalizePathSeparators(string)
Replaces alternative separators by regular ones in given path.
public static string NormalizePathSeparators(string inputPath)
Parameters
inputPath
stringSource path to probe.
Returns
- string
Normalized path.