aggiunto commento su gestione files (multipli) dati path
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user