aggiunto commento su gestione files (multipli) dati path

This commit is contained in:
Samuele E. Locatelli
2016-09-15 11:28:37 +02:00
parent d67fa287be
commit b814aa6c7c
+1
View File
@@ -355,6 +355,7 @@ namespace MTC_Adapter
{
if (utils.CRB("verbose")) lg.Info("Inizio lettura dati da file");
int totRighe = 0;
// da rivedere: se sono N+1 file (N=path + generale) deve essere ad esempio nomeComune_*.mtc --> ciclo per leggerne N
string fileName = string.Format(@"{0}\{1}", Application.StartupPath, utils.CRS("GeneralStatusFilePath"));
string linea;
totRighe = File.ReadLines(fileName).Count();