Post

AskDirectory

SimpleKivy.SimpleKivy.MyApp.AskDirectory(self, initialdir='./', callback=None, **kw)

MyApp.AskDirectory.png

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.
This post is licensed under CC BY 4.0 by the author.