ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TJamShellTree.AddHiddenItem

With this function you can add an object, which is hidden in the file system, to the tree like administrative shares (\ServerC$).

Syntax
Pascal
function AddHiddenItem(const aPath: UnicodeString): TJamShellTreeNode;
Parameters 
Description 
const aPath: UnicodeString 
The path of the object that should be added.  

TJamShellTreeNode if the object was added successfully, nil otherwise.