Method ExplorerFolder.Select
Overload
Selects a single item.
public bool Select(string item)
Parameters
|
item (string)
Filename (like |
Returns
|
bool
|
Remarks
Deselects other items. Makes the item visible (scrolls if need) and focused.
Examples
ExplorerFolder.Of(wnd.find(0, cn: "CabinetWClass")).Select(item);