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

◆ check_file_exists() [1/2]

virtual bool xtd::forms::file_dialog::check_file_exists ( ) const
virtualnoexcept

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

Returns
true 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.
Remarks
The default value is true for an inheriting open_file_dialog and false for an inheriting save_file_dialog.