| 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.
Example
// Get the node for a folder path
node := IEFolderTree1.PathToNode( 'C:\Images' );
if node <> nil then...
See Also
◼SpecialFolderToNode
◼GetPathAt