External Interfaces/API | ![]() ![]() |
Specifying a Filename
You specify the name of the record file with the RecordName
property. You can specify any value for RecordName
- including a directory path - provided the filename is supported by your operating system. Additionally, if RecordMode
is index
, then the filename follows these rules:
RecordName
is myfile.txt
, then myfile.txt
is the name of the first record file, myfile01.txt
is the name of the second record file, and so on.RecordName
is updated after the record file is closed. ![]() | Creating Multiple Record Files | The Record File Format | ![]() |