Function EditorFileDialog.disableOverwriteWarning
If true
, the EditorFileDialog
will not warn the user before overwriting files.
bool disableOverwriteWarning() nothrow @property @nogc;
void disableOverwriteWarning
(
bool v
) nothrow @property @nogc;