pickDirectory

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

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

Parameters

startingDir

The directory the file picker will start from.