Re: [python-win32] Specifying an initial directory name for win32ui.CreateFileDialog()

2009-03-30 Thread Tim Roberts
Tony Cappellini wrote: > > I want to specify the directory in which win32ui > .CreateFileDialog() should be displayed. > The arguments in the help PyCFileDialog = > *CreateFileDialog(/bFileOpen//, defExt/ /, fileName/ /, flags/ /, > filter/ /, parent/ *) > don't seem to allow this. > > I know I ca

[python-win32] Specifying an initial directory name for win32ui.CreateFileDialog()

2009-03-30 Thread Tony Cappellini
I want to specify the directory in which win32ui .CreateFileDialog() should be displayed. The arguments in the help PyCFileDialog = * CreateFileDialog(bFileOpen, defExt , fileName , flags , filter , parent *) don't seem to allow this. I know I can specify the initial director (among other things