> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/tfolder.md).

# 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 %}
