FAQ
What are store file names for Version 5 ?

The V5 file names have been made simplier as the program is 32 bit and can write long file names

Thus, a file being written to by a page:

Page X Current Data.dat, X= the page number from 1 - 100.

When the file is rolled over, it is no longer written to and renamed to the date stamp of the last record in the file.

Thus

Page X dd mmm yyyy.dat

X= page number (1 to 100)
dd = day of the month (1- 31)
mmm= month name (Jan, Feb etc)
yyyy= 4 digit year.

Page files are tracked by each page by pageX.map, this allows the recorder to quickly know what files are attached to the page and in what order they have been saved.