Loading...
Searching...
No Matches
Casing of file names and paths (put, gdx, ref, $include, etc.)
More...
|
string | select |
| Selection of enum options.
|
|
integer | value |
| Value of enum options.
|
|
|
static final | DefaultCase = 0 |
| Causes GAMS to use default casing.
|
|
static final | LowerCase = 2 |
| Causes GAMS to lower case file names including path of the file.
|
|
static final | LowerCaseFileOnly = 4 |
| Causes GAMS to lower case file names only (leave the path alone)
|
|
static final | UndefinedFileCase = 5 |
| Undefined option.
|
|
static final | UpperCase = 1 |
| Causes GAMS to upper case file names including path of the file.
|
|
static final | UpperCaseFileOnly = 3 |
| Causes GAMS to upper case file names only (leave the path alone)
|
|
Casing of file names and paths (put, gdx, ref, $include, etc.)
- See also
- Options