Supported on Android, iOS, macOS and JVM targets
Quick start
Easily open a folder picker dialog to let users select a directory.Customizing the dialog
You can customize the dialog by setting the title and the initial directory.macOS System AppearanceOn macOS, to ensure the directory picker dialog uses the system’s theme (light or dark), you may need to set a system property at the start of your application:This is typically done in your
main
function, before the application window is created.