# 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]

{% hint style="info" %}
Make sure that the render node or server has access to the file. If a wildcard is utilized in a server-side stream, ensure that the streams container also has access to the file path.

For an advanced example, consider the following: {convert.timestamp.to\_datetime.{file.modified.R:\Users\Administrator\Pictures\helmut-IO.ico}}.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helmut.de/helmut4-releases/v4.10.0/helmut4-components/streamdesigner/wildcards/file-related-wildcards-5/file-modified.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
