Filename template

If you have daily or monthly logfiles, each logfile has, of course, a different filename that reflects the period of logging time. Filename Template allows an automatical constructing of the filenames for the logfiles and reports to simplify its rotating. The resulting filename is derived from the Filename Template based on the current system time. For example, the Filename Template:
 
c:\TMeter\Counter_%Y-%M-%d.txt
 
will be filename
 
c:\TMeter\Counter_2002-Jan-01.txt
 
if system time is 1 January 2002.

You can use the following identifiers in the Filename Template:

 Note