Script Collection
A file open dialog with win32ui | A file open dialog with win32ui |
|
|
|
import win32ui o = win32ui.CreateFileDialog( 1, ".txt", "default.txt", 0, "Text Files (*.txt)|*.txt|All Files (*.*)|*.*|") o.DoModal() print o.GetPathName() |
| Next > |
|---|
Hint: For syntax highlighting and correct Python intendation place your code between html tags <pre> and </pre>.