ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.PathUtils.TPathUtils.GetSpecialFolderRoot

Extracts the special folder as a root for a given path.

Syntax
Pascal
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