
January 24th, 2004, 12:40 AM
|
|
Junior Member
|
|
Join Date: Jan 2004
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Issue with file without extension with wxpython
I just ran into a weird issue
When I open a dialog box to open file, the files without an extension aren't listed.
So foo.bar would appear but not foo
Here's the line I used :
dlg = wxFileDialog(self, "Choose a file", ".", "", "*.*", wxOPEN)
|