SaveFileDialog.setConfirmOverwrite

Configures how the Save dialog reacts when the selected file already exists, and saving would overwrite it. A true value requests a confirmation dialog be presented to the user. A false value requests that the overwrite take place without confirmation. Default value is true.

class SaveFileDialog
setConfirmOverwrite
(
this T
)
(
bool confirm
)

Parameters

confirm bool

Show a dialog to confirm overwriting any file.

Return Value

Type: auto

This dialog to aid method chaining.

Meta