ShellBrowser Delphi Components Documentation
|
Extracts the special folder as a root for a given path.
class function GetSpecialFolderRoot(const pPath: String): String;
Parameters |
Description |
const pPath: String |
The path of a directory or a file. |
The special folder, if the parameter starts with one. An empty string otherwise.
trierweiler