ShellBrowser Delphi Components Documentation
|
Checks if the passed element name seems to be a Folder-Class Id, like '::{20D04FE0-3AEA-1069-A2D8-08002B30309D}' for This PC.
class function IsFolderClassId(const pName: string): Boolean;
Parameters |
Description |
const pName: string |
The element's name, not a complete path. |
Boolean: true, if the passed element has the syntactic form of a folderclass id, false otherwise.
It is not checked that the FolderClass Id actually exists, only the syntactic form is checked.