Hi! I'have a problem with this code :
import win32gui
fname=win32gui.GetOpenFileNameW(InitialDir="C:\\dev")[0]
print fname
The InitialDir is not set. It's already the last dir opened, and not my
request.
Any idea ? Thanks by advance.
Michel Claveau
_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32
