Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/functions.DirSelector.1.py
2011-12-30 19:17:09 +00:00

7 lines
177 B
Python

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