ImageEn, unit iexFolderTree |
|
TIEFolderTree.PathToNode
Declaration
function PathToNode(const Path: String): TIEFolderNode;
Description
Return the node for a specified path or nil if it not found.
// Get the Recycle Bin node
node := IEFolderTree1.SpecialFolderToNode( iepdRecycleBin );
if node <> nil then...
See Also
◼SpecialFolderToNode◼GetPathAt