saveFile

abstract fun saveFile(defaultDirectory: Path? = null, defaultName: String? = null, filters: List<FileDialogFilter> = emptyList()): Path?(source)

Opens a native dialog to choose a save path.

Return

the selected save path, or null if the dialog is canceled.