askdirectory
SimpleKivy.SimpleKivy.MyApp.askdirectory(self, callback=None, **kw)
Creates a native platform 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.