Modules§
- imp 🔒
Structs§
- Named
Temp File - A named temporary file.
- Path
Persist Error - Error returned when persisting a temporary file path fails.
- Persist
Error - Error returned when persisting a temporary file fails.
- Temp
Path - A path to a named temporary file without an open file handle.
Functions§
- create_
named 🔒 - tempfile
- Create a new temporary file. Also see
tempfile_in
. - tempfile_
in - Create a new temporary file in the specified directory. Also see
tempfile
.