// Unix-like systems have case-sensitive filesystems. Use this to correct the case of a filename with the given path.
/// <summary>
/// Returns the correctly cased file from a path/file. This is required for case sensitive file systems. For PK3s the input will already have the correct case.
/// </summary>
/// <param name="filepathname">File name get the the correctly cased name from</param>