FileDialog::CheckPathExists Property
.NET Framework (current version)
Gets or sets a value that specifies whether warnings are displayed if the user types invalid paths and file names.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property bool CheckPathExists { bool get(); [SecurityCriticalAttribute] void set(bool value); }
Property Value
Type: System::Booleantrue if warnings are displayed; otherwise, false. The default is true.
FileIOPermission
to set this property. Associated enumeration: Unrestricted
.NET Framework
Available since 3.0
Available since 3.0
Show: