Add support for SHOpenFolderAndSelectItems()
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From MSDN: SHOpenFolderAndSelectItems "Opens a Windows Explorer window with specified items in a particular folder selected". This is the only way I know of to open a Windows Explorer window with *multiple* items selected (either thru API or through command line). There are multiple ways to open an Explorer window with one item selected.
MSDN reference: http://msdn.microsoft.com/en-us/library/bb762232\(v=vs.85).aspx
This function has been added to the win32com.shell module.