Implicitly converts a TemporaryFile to a plain old java.io.File.
Implicitly converts a TemporaryFile to a plain old java.nio.file.Path instance.
Create a new temporary file.
Create a new temporary file.
Example:
val tempFile = TemporaryFile(prefix = "uploaded")
the temporary file creator
The prefix used for the temporary file name.
The suffix used for the temporary file name.
A temporary file instance.
(Since version 2.6.0) Use temporaryFileCreator.create
Utilities to manage temporary files.