API Reference GuideInterfacesIShellListingSelectFolderOn this pageSelectFolderDescriptionMoves the selection to the folder item.Syntax// shellListing points to instance of IShellListingawait shellListing.SelectFolder(folder);ParametersNameTypeDescriptionfolderFolderThe folder to select.Return typeTypeDescriptionPromise < void >Method does not return a value