- Set CaseFileURL
CaseFileURL
The string parameter CaseFileURL holds the url (i.e. the full path
name) of the file that corresponds to each element in AllCases.
StringParameter CaseFileURL {
IndexDomain : AllCases;
}
Definition
The contents of the set
AllCasesis the collection of (integer) references to all case files that have been loaded or saved during a specific session of your AIMMS project. The string parameterCaseFileURLhelps you to get the location of each of these cases.
Updatability
The contents of the set
AllCasesas well as their corresponding values inCaseFileURLare maintained by AIMMS itself and cannot be modified directly. They are modified when you load or save cases, or through the functionCaseFileURLtoElement.
Note
This predeclared identifier is only relevant if the project option
Data_Management_styleis set toDisk_files_and_folders.The integer case references stored in the set
AllCasesare only guaranteed to be unique within a single AIMMS session.
See also
The set AllCases and the function CaseFileURLtoElement.