pickDirectory

abstract suspend override fun pickDirectory(startingDir: KmpFsRef?): Outcome<KmpFsRef?, KmpFsError>

Shows a directory picker for a user to select a directory.

Parameters

startingDir

The directory the file picker will start from.