#include <notQt.h>
Public Member Functions | |
void | open (void) |
void | write (string input) |
void | close (void) |
string | fileName (void) |
void | remove (void) |
Definition at line 190 of file notQt.h.
|
Close the temporary file's stream. |
|
A getter for the file name of the temporary file |
|
Open a file with a (not really) random name. The filename will be /tmp/notQtXXXXXX where XXXXXX will be the time in seconds since the unix epoch. |
|
Remove the temporary file |
|
Write
|