absImportOptions
absImportOptions(
)
=> 0 / 1
Description
Loads a previous session’s saved options file from the specified location.
Arguments
Value Returned
Options
|
Specifies the path and name of the options file to be loaded. The default is |
|
Examples
Imports the options from the file called abstract.options saved in the current working directory.
absSetOption "ImportOptionsFile" "abstract.options"
=> 1
absImportOptions
=> 1
Related Topics
Return to top