Method RealFileHasSameCase
RealFileHasSameCase(string)
Gets whether the specified file name has the same char case as file on disk.
public static bool RealFileHasSameCase(string fileName)
Parameters
fileNamestringPath to file.
Gets whether the specified file name has the same char case as file on disk.
public static bool RealFileHasSameCase(string fileName)
fileName stringPath to file.