Re: [python-win32] Example code for SHOpenFolderAndSelectItems?

2012-09-06 Thread Scott Nelson
Roger, Thanks much for the example code (and the implementation of the feature in the first place!). It got me running. For posterity, I copied in my function below that wraps up your sample code in a function. Thanks again! -Scott from win32com.shell import shell, shellcon def

Re: [python-win32] Example code for SHOpenFolderAndSelectItems?

2012-09-05 Thread Roger Upole
Scott Nelson wrote: Greetings... Would anyone happen to have some sample code of how to use SHOpenFolderAndSelectItems? I've been tinkering with it and haven't got anything to work yet. This is the closest I've got: from win32com.shell import shell