Re: wx.DirDialog defaultPath

2007-08-30 Thread Steve Holden
Woo, Daniel wrote: > Is there some kind of parsing/checking that is done on the defaultPath? > The path I would like to set as default is something like this: > > “c:\Somedirectory\engineering\somedirectory”. When providing this as > the default, the control seems to think it is an invalid pat

wx.DirDialog defaultPath

2007-08-30 Thread Woo, Daniel
Is there some kind of parsing/checking that is done on the defaultPath? The path I would like to set as default is something like this: "c:\Somedirectory\engineering\somedirectory". When providing this as the default, the control seems to think it is an invalid path, although it IS a valid path