Function
openTemp
Opens a temporary file.
openTemp(string)
openTemp(file)
Parameters
string
An external string.
file
A File object.
Types: File
Return Values
A bool which is true on success.
Remarks
After closing this file will automatically be deleted.
The openmode (see open) is OPEN_RDWR | OPEN_CREATE.
SeqAn - Sequence Analysis Library - www.seqan.de