Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/functions.DirSelector.1.py
2012-04-10 03:16:37 +00:00

7 lines
171 B
Python

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