| BOOL CBCGPShellTree::SelectPath | ( | LPCITEMIDLIST | lpidl, | 
| BOOL | bExpandNodes = TRUE | ||
| ) | 
Given a PIDL or string containing a path selects the appropriate tree control item.
Call this member function to select a tree control item with accordance to the given textual path or PIDL.
| lpidl | Specifies the PIDL | 
| bExpandNodes | Specifies whether the tree node associated with selected path should be expanded. |