dict.cc dictionary

DictIndex.m_filename Field

The name of the index file

[Visual Basic]
Private m_filename As String
[C#]
private string m_filename;

Remarks

This is the name of the file to read the dictionary index from in readObj(). This file is also always opened while looking for the huge array of DictEntryRef entries.

See Also

DictIndex Class | dict Namespace