Function mrpt::io::loadTextFile
Defined in File vector_loadsave.h
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.
See also
- Returns:
Returns false on any error, true on everything OK.