ShellBrowser Delphi Components Documentation
|
This function will do 4 things:
Warning: In Windows Vista or later a preappended Unicode path prefix will be removed.
class function MakeCanonic(const pPath: String): string; static;
Parameters |
Description |
const pPath: String |
The Path to normalize |
String: The absolute path for a none rooted path. If the path is already absolute, relative parts will be removed.
roth