IKmp Fs File Picker
Functions
Link copied to clipboard
Link copied to clipboard
abstract suspend fun pickFile(startingDir: KmpFsRef? = null, filter: KmpFileFilter? = null): Outcome<KmpFsRef?, KmpFsError>
Link copied to clipboard
abstract suspend fun pickFiles(startingDir: KmpFsRef? = null, filter: KmpFileFilter? = null): Outcome<List<KmpFsRef>?, KmpFsError>
Link copied to clipboard
abstract suspend fun pickSaveFile(fileName: String, startingDir: KmpFsRef? = null): Outcome<KmpFsRef?, KmpFsError>