IDXNAMETYPE
The IDXNAMETYPE option specifies the format of the filename type for
both the data file and, if present, the index file.
Syntax:
IDXNAMETYPE={0|1|2}
Parameters:
0 |
Leave the filename of the
data file the same. For the index file, discard any extension and add the
extension .idx. |
1 |
Leave the filename of the
data file the same. For the index file, add the extension
.idx.. |
2 |
For the data file, add the
extension .dat. For the index file, add the extension
.idx. |
Properties:
Comments:
The name of the index file (if present) is derived from that of the
data file. For example, if the data file name presented to the File Handler is
abc.def, the options shown above give the following data
and index file names:
0 |
abc.def and
abc.idx |
1 |
abc.def and
abc.def.idx |
2 |
abc.def.dat and
abc.def.idx |