Using Python COM to select files in windows explorer?
Posted
by reckoner
on Stack Overflow
See other posts from Stack Overflow
or by reckoner
Published on 2010-05-23T17:49:34Z
Indexed on
2010/05/23
18:01 UTC
Read the original article
Hit count: 372
Hi,
Is it possible using Python COM to select files inside of the windows explorer? For example, I am trying to get all "*.txt" files inside of windows explore highlighted without having to select them with the mouse, or without other keyboard gymnastics.
thanks in advance.
© Stack Overflow or respective owner