xtd 0.2.0
Loading...
Searching...
No Matches

◆ check_file_exists() [2/2]

virtual file_dialog & xtd::forms::file_dialog::check_file_exists ( bool  value)
virtual

Sets a value indicating whether the dialog box displays a warning if the user specifies a file name that does not exist.

Parameters
valuetrue if the dialog box displays a warning if the user specifies a file name that does not exist; otherwise, false. The default value is false.
Returns
Current file_dialog.
Remarks
The default value is true for an inheriting open_file_dialog and false for an inheriting save_file_dialog.