Function mrpt::io::loadTextFile

Function Documentation

bool mrpt::io::loadTextFile(std::vector<std::string> &o, const std::string &fileName)

Loads a text file as a vector of string lines.

Returns:

Returns false on any error, true on everything OK.