8 #ifndef __OPENF_FILE_STREAM_H__
9 #define __OPENF_FILE_STREAM_H__
Path of a directory or a file.
std::vector< std::ifstream > PVecIFStream
bool openFileStream(std::ofstream &fs, const PPath &fileName)
Open a ofstream and says if there is a problem.
void closeFileStream(PVecOFStream &fs)
Close a vector of ofstream.
std::vector< std::ofstream > PVecOFStream