SelectFolder
Description
Moves the selection to the folder item.
Syntax
// shellListing points to instance of IShellListing
await shellListing.SelectFolder(folder);
Parameters
| Name | Optionality | Type | Description | 
|---|---|---|---|
| folder | Required | Folder | The folder to select. | 
Return type
| Type | Description | 
|---|---|
| Promise < void > | Method does not return a value |