Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/wx.functions.DirSelector.1.py
2016-05-18 16:38:18 -07:00

7 lines
171 B
Python

selector = wx.DirSelector("Choose a folder")
if selector.strip():
# Do something with the folder name
print selector