- Set AllFiles
AllFiles
The predefined set AllFiles
contains the names of all files declared
within an AIMMS model.
Set AllFiles {
SubsetOf : AllIdentifiers;
Index : IndexFiles;
}
Definition
The contents of the set
AllFiles
is the collection of all file identifiers defined within a particular model.
Updatability
The contents of the set can only be modified by adding or deleting file identifiers in the Model Explorer.
Note
The set AllFiles
is the range of the element parameter CurrentFile
.
See also
The element parameter CurrentFile
. Files are discussed in The File Declaration of
the Language Reference.