File Modified ?

This wildcard is replaced by the Unix timestamp of a specified file. In order to get to the date or the time stamp as an individual value, this wildcard must be nested with another wildcard. (see advanced example) The wildcard is used in the following way:

  • {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