Method GetExactPath
GetExactPath(string)
Gets the exact case used on the file system for an existing file or directory.
public static string GetExactPath(string path)
Parameters
pathstringA relative or absolute path.
Returns
- string
The full path using the correct case if the path exists. Otherwise, null.