AskDirectory
SimpleKivy.SimpleKivy.MyApp.AskDirectory(self, initialdir='./', callback=None, **kw)
Creates a SimpleKivy file dialog to open a directory.
initialdir: Initial directory. Defaults to"./".
callback (None or function): Called with the returned value as argument. Only triggered when it is not cancelled.
**kw: File dialog keyword arguments. See tkinter documentation for more information
This post is licensed under CC BY 4.0 by the author.
