File Modified ?

This wildcard will be replaced by the Unix timestamp for a specified file. To extract the date or time stamp as separate values, this wildcard needs to be nested within another wildcard (refer to the advanced example). The usage of this wildcard is demonstrated as follows:

  • {file.modified.?}

  • For the following input (?) --> R:\Users\Administrator\Pictures\helmut-IO.ico [FilePath]

  • The output is going to be --> 1584748800000 [Unix timestamp]

Last updated