wx._windows.DirDialog
wx.DirDialog allows the user to select a directory by browising the file system.

GetMessage(args, kwargs)
GetMessage(self) -> String Returns the message that will be displayed on the dialog.

GetPath(args, kwargs)
GetPath(self) -> String Returns the default or user-selected path.

GetStyle(args, kwargs)
GetStyle(self) -> long Returns the dialog style.

SetMessage(args, kwargs)
SetMessage(self, String message) Sets the message that will be displayed on the dialog.

SetPath(args, kwargs)
SetPath(self, String path) Sets the default path.

[constructor]
Usage: classname(arguments)

[member '__doc__']
Documentation for this class

[member '__module__']
The module that this class belongs to

[operator 'repr']
Usage: repr(a)