AdvancedSaveFileDialogPathMustExist Property
Gets or sets whether the path of the given file must exist.
Default value: .
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public bool PathMustExist { get; set; }
Public Property PathMustExist As Boolean
Get
Set
public:
property bool PathMustExist {
bool get ();
void set (bool value);
}
member PathMustExist : bool with get, set
Property Value
Boolean