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

2012-09-04 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 shell.SHOpenFolderAndSele

[python-win32] Example code for SHOpenFolderAndSelectItems?

2012-09-04 Thread Scott Nelson
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 >>> shell.SHOpenFolderAndSelectItems((r'c:\junk', ), 1) Traceb