IccFile constructor (2)

To access files using an IccFile object, it must have an IccRecordIndex object associated with it. If this association is not made when the object is created, use the registerRecordIndex method.

IccFile (const char* fileName, IccRecordIndex* index = 0)
fileName
The 8-character name of the file
index
An optional pointer to the IccRecordIndex object that identifies which record in the file is being operated on.