Declaration
public static string GetFullPath(
string path
)
Summary
Returns the full path pointing to the same file/directory as
path. Converts relative paths to
absolute paths where necessary, relative to the current working directory. This is the same as
Path.GetFullPath(string), except that this function returns the actual on-disk capitalization for each
segment, regardless of how they are capitalized in
path. If the path does not exist in full,
corrects the capitalization of the segments that do exist. Always capitalizes the drive letter.