TempFile.create

TempFile create(const(ubyte)[] data, string prefix = "elftest")

Create a temporary file from byte data.

Parameters

dataThe byte data to write to the temporary file.
prefixOptional prefix for the temporary file name.

Returns

A TempFile struct managing the created temporary file.