Ejemplo n.º 1
0
//Save Document
BOOL SaveCSV(const TCHAR*filepath){
	csvReader.save(filepath);
	return TRUE;
}