AllowReadOnly_State - AbstractFileDialog
Determines whether users without write access can select files that are read-only or in a read-only folder
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer AllowReadOnly_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get AllowReadOnly_State to IntegerVariable |
| Write Access: | Set AllowReadOnly_State to IntegerVariable/Value |
Description
The AllowReadOnly_State property determines whether users without write access can select files that are read-only or in a read-only folder. If this property is false, they will be informed and prompted to select another file.
Default is true.