CreatePrompt_State - AbstractFileDialog
Determines if a message box will ask users whether they want to create the entered filename, when such filename is not found
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer CreatePrompt_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get CreatePrompt_State to IntegerVariable |
| Write Access: | Set CreatePrompt_State to IntegerVariable/Value |
Description
If CreatePrompt_State is true, a message box will ask users whether they want to create the entered filename, when such filename is not found.
In OpenDialog, default is true. In SaveAsDialog, default is false.