KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Caution in checking journal file's date modified property in Windows Server 2012
PRODUCT: 4D | VERSION: 14.3 | PLATFORM: Win
Published On: August 31, 2015

Checking the journal file's "date modified" property either in the Windows command (e.g. dir) or through a 3rd party software like Cygwin (e.g. ls) may not be a reliable source for tracking the status. Windows has reported through a thread below that a file property "Date modified" is not updated if the file is open:

File “Date modified” property are not updating while modifying a file without closing it

The journal file may or may not be open which could skew the results in using the above approaches in real time. An alternative to checking the status of the file would be to check the file size. The native 4D command Get document size can accomplish this task. A record operation will write to the journal file thus increasing the size.

See Also: