How to select a folder with native windows dialog box?

Roger Upole rupole at hotmail.com
Tue Jun 13 22:47:31 EDT 2006


You can use SHBrowseForFolder:

from win32com.shell import shell
shell.SHBrowseForFolder()

       Roger

<flaus.a at wanadoo.fr> wrote in message news:1150237380.370088.29270 at p79g2000cwp.googlegroups.com...
>I found the win32ui.CreateFileDialog() function to select a file but
> nothing to select a folder :'-(
> Maybe someone has a solution for this?
> Thanks!
> 



----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----



More information about the Python-list mailing list