You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
teaser: Creates a file with specified content and deletes it on disposal.
navigation:
- name: IO Overview
link: io.html
- name: Access
link: ioaccess.html
- name: File Paths
link: iofilepaths.html
- name: Temporary File Holder
link: iotemporaryfileholder.html
---
<h1>Temporary File Holder</h1>
<h2>Motivation</h2>
<p>
Cleaning-up temporary files can be tedious.
</p>
<p>
The <code>TemporaryFileHolder</code> allows you to create a temporary file by specifying its content. When the temporary file holder is disposed, the file is deleted.