Reformats a path especially regarding lower case and upper case letters to how it would appear in windows Explorer.
function GetFriendlyName(const fullpath: string): string;
Parameters |
Description |
const fullpath: string |
A file system path that should be formatte pretty. |
String: The given path reformatted as it would display in the windows Explorer.