次の方法で共有


PathUtil.GetFileSystemCasing(String) Method

Definition

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

Returns

Applies to