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]

Ensure that the render node or server has access to file. If the wildcard is used on a server-side stream, the streams container needs to have access to the file path Advanced example: {convert.timestamp.to_datetime.{file.modified.R:\Users\Administrator\Pictures\helmut-IO.ico}}

Last updated