pick Files
abstract suspend fun pickFiles(startingDir: KmpFsRef? = null, filter: KmpFileFilter? = null): Outcome<List<KmpFsRef>?, KmpFsError>
Shows a file picker for a user to select multiple files.
Parameters
starting Dir
The directory the file picker will start from.
filter
Allows preventing selection of specific file types.