Folder Modified ?
This wildcard is substituted with the modified date in the form of a Unix timestamp for the specified folder. The wildcard is employed as follows:
{folder.modified.?}
For the following input (?) --> R:\Users\Administrator\Pictures [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 on a server-side stream, the streams container needs to have access to the file path.
Last updated