ImageEn, unit iexFolderTree

TIEFolderTree.PathToNode

TIEFolderTree.PathToNode

Declaration

function PathToNode(const Path: String): TIEFolderNode;

Description

Return the node for a specified path or nil if it not found.

Example

// Get the Recycle Bin node
node := IEFolderTree1.SpecialFolderToNode( iepdRecycleBin );
if node <> nil then...

See Also

SpecialFolderToNode
GetPathAt