mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-31 16:10:07 +01:00
7 lines
171 B
Python
7 lines
171 B
Python
|
|
selector = wx.DirSelector("Choose a folder")
|
|
if selector.strip():
|
|
# Do something with the folder name
|
|
print selector
|
|
|