optionsFile
abstract optionsFile string "options_file_path"
Description
Specifies the path to the options file. Option files are a simple list of records in which each field occupies its own line and in which the records themselves are separated by blank lines.
The default value is an empty string ("").
GUI Equivalent
Examples
envGetVal("abstract" "optionsFile")
envSetVal("abstract" "optionsFile" 'string "server1/abstract/Files/AG.options")
Related Topics
Specifying Design Information in the Abstract Generator
Return to top