[python-win32] EasyDialogs - how to set initial path

2005-06-30 Thread Radovan Grznarik
in actual directory of running script. os.chdir("d:\\") before AskFileForOpen also does not work. Does anybody have some idea to solve this situation? I would be grateful. Radovan Grznarik ___ Python-win32 mailing list Python-win32@python.org

Re: [python-win32] EasyDialogs - how to set initial path

2005-06-30 Thread Radovan Grznarik
Thank you very much, I was so close, it's the 4th one:))) Next time before the question I will look at the code. now it works filename = EasyDialogs.AskFileForOpen("","","","d:\\") On 6/30/05, John Machin <[EMAIL PROTECTED]> wrote: &g