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 folder

Items : (PyIDL,...)

A sequence of relative item ids identifying items in the folder

Flags=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.