Hi!
>>> fname=win32gui.GetOpenFileNameW(InitialDir="C:\\dev")[0]
>>> The InitialDir is not set
> I can't reproduce the behaviour you describe.
Sorry. I found that the problem come from the software
Stardock/windows_blinds/Enhanced_file_dialog (a skin manager). Yesterday, I
try on anothers CP
On 09/05/07, Michel Claveau <[EMAIL PROTECTED]> wrote:
> 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 ?
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
_