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
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