Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 252 Bytes

mktemp.md

File metadata and controls

10 lines (6 loc) · 252 Bytes

shlib / system / mktemp()

system.mktemp <prefix>

Create a temporary file with a named starting with <prefix>.

Returns the path to the file upon success.