# TFOLDER

This Keyword returns a *\<string>*, the path of the folder registered in the system as the **Temporary** folder.

{% hint style="warning" %}
The returned value doesn’t end with a "\\".
{% endhint %}

{% hint style="info" %}
On Win32 (Desktop, Mobile and CE) it returns the system temporary folder.
{% endhint %}

{% hint style="info" %}
On Windows 10 and Android it returns an application specific temporary folder.
{% endhint %}

{% hint style="warning" %}
Use this folder to store temporary files. The O.S. may clear files in this folder without notice to the application.
{% endhint %}

{% hint style="warning" %}
Although this is a temporary folder, avoid leaving unnecessary files as they will take up system space until the O.S. decides to clear them.
{% 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://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/tfolder.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.
