PathUtil.GetFileSystemCasing(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.
Returns the path with casing that matches what's on the file system.
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ GetFileSystemCasing(System::String ^ path);
public static string GetFileSystemCasing (this string path);
static member GetFileSystemCasing : string -> string
<Extension()>
Public Function GetFileSystemCasing (path As String) As String
Parameters
- path
- String