bool append(const char *filename) bool append(const std::string &filename)
Opens the specified file to which data will be appended. Returns whether or not the file was successfully opened (or created as necessary).