|
static void | write (const std::string &filepath, const INIReader &reader) |
| Write the contents of an INI file to a new file. More...
|
|
◆ write()
static void inih::INIWriter::write |
( |
const std::string & |
filepath, |
|
|
const INIReader & |
reader |
|
) |
| |
|
inlinestatic |
Write the contents of an INI file to a new file.
- Parameters
-
filepath | The path of the output file |
reader | The INIReader object to write to the file |
- Exceptions
-
std::runtime_error | if the output file already exists or cannot be opened |
The documentation for this class was generated from the following file: