![]() |
![]() |
Compounds | |
class | Dir |
Utility class representing an open directory. More... | |
class | DirIterator |
The iterator type of Glib::Dir. More... | |
class | FileError |
Exception class for file-related errors. More... | |
Functions | |
bool | file_test (const std::string& filename, FileTest test) |
Returns true if any of the tests in the bitfield test are true. | |
int | mkstemp (std::string& filename_template) |
Opens a temporary file. |
|
Returns
For example,
Apart from
|
|
Opens a temporary file. See the mkstemp() documentation on most UNIX-like systems. This is a portability wrapper, which simply calls mkstemp() on systems that have it, and implements it in GLib otherwise.
|