FILE_SUFFIX

The value of this variable is automatically appended to data file names that do not contain an explicit suffix. A suffix is the portion of a file name that follows a period. For example, if FILE_SUFFIX is set to DAT, then opening a file called "EMPFILE" would actually open the file called EMPFILE.DAT. The default value is empty.