IFileDialog.CheckFileExists

Syntax

CheckFileExists: Boolean;

Description

The CheckFileExists property determines the system reaction if the user selects a non-existing file.

Comments

Available values:

NOTE. The property is implemented only in the FileOpenDialog component. In the FileSaveDialog component use the IFileSaveDialog.CreatePrompt property.

See also:

IFileDialog