MultiDirDialog

(09-Oct-2008)

This class represents a possible replacement for wx.DirDialog, with the additional ability of selecting multiple folders at once. It may be useful when you wish to present to the user a directory browser which allows multiple folder selections.
MultiDirDialog sports the following features:

  • Ability to select a single or mutliple folders, depending on the style passed;
  • More colourful and eye-catching buttons;
  • Good old Python code :-D .


And a lot more. Check the demo for an almost complete review of the functionalities.




Download MultiDirDialog

Download MultiDirDialogDocs

Python Files And Help