pick Save File
abstract suspend fun pickSaveFile(fileName: String, startingDir: KmpFsRef? = null): Outcome<KmpFsRef?, KmpFsError>
Opens a picker for saving a new file. Android and Desktop allow the user to specify the name. iOS does not have a native save dialog and will instead show a directory picker to save the file. The newly created file ref is returned unless the dialog is cancelled.
Parameters
file Name
The suggested file name to the user. The user can override this.
starting Dir
The directory the file picker will start from.