|
ROSE
0.11.96.11
|
Creates a temporary file.
Creates a file with the specified name (or a pseudo-random name in the system temp directory), and make sure it gets deleted from the file system upon object destruction.
Definition at line 25 of file util/Sawyer/FileSystem.h.
#include <FileSystem.h>


Public Member Functions | |
| TemporaryFile () | |
| Create a temporary file in the system temp directory. | |
| TemporaryFile (const boost::filesystem::path &name) | |
| Create a temporary file with the specified name. | |
| ~TemporaryFile () | |
| Unlink the temporary file from the filesystem. More... | |
| const boost::filesystem::path & | name () const |
| Path of temporary file. | |
| std::ofstream & | stream () |
| Output stream for temporary file. | |
| bool | keep () const |
| Property: Keep file instead of deleting it. | |
| void | keep (bool b) |
| Property: Keep file instead of deleting it. | |
|
inline |
Unlink the temporary file from the filesystem.
This also closes the stream if it's open.
Definition at line 46 of file util/Sawyer/FileSystem.h.
1.8.17