  | VistaFileDialogCheckPathExists Property  | 
 
            Gets or sets a value indicating whether the dialog box displays a warning if the user specifies a path that does not exist.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool CheckPathExists { get; set; }Public Property CheckPathExists As Boolean
	Get
	Set
public:
property bool CheckPathExists {
	bool get ();
	void set (bool value);
}member CheckPathExists : bool with get, set
Property Value
Type: 
Boolean if the dialog box displays a warning when the user specifies a path that does not exist; otherwise, 
. 
            The default value is 
.
            
See Also