shell.SHOpenFolderAndSelectItems
SHOpenFolderAndSelectItems(Folder, Items, Flags)
Displays a shell folder with items pre-selected
Parameters
Folder : PyIDL
An absolute item id list identifying a shell folderItems : (PyIDL,...)
A sequence of relative item ids identifying items in the folderFlags=0 : int
Combination of OFASI_* flags (not used on XP)
Comments
This function is only available on XP and later.
COM exception with E_NOTIMPL will be thrown if the function can't be located.