Patch level : 10.0 888
Files correlati : lv4.exe Ricompilazione Demo : [ ] Commento : Cancellati i file tempioranei nell importazione fatture (CHIMA) git-svn-id: svn://10.65.10.50/branches/R_10_00@21482 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
7e520752b1
commit
1b8ee467b1
@ -548,7 +548,14 @@ void TImporta_fat_app::elabora_file(const TFilename& tmpdir)
|
||||
TString app;
|
||||
app << "cg2 -0 -i" << tmpdir << "/*.ini";
|
||||
TExternal_app primanota(app);
|
||||
primanota.run(true);
|
||||
primanota.run();
|
||||
TString files;
|
||||
files << tmpdir << "/*.ini";
|
||||
TString_array res;
|
||||
|
||||
list_files(files, res);
|
||||
FOR_EACH_ARRAY_ROW(res, r, f)
|
||||
remove_file((const char *) *f);
|
||||
}
|
||||
|
||||
//ELIMINA_FILE: elimino tutti i file che ho elaborato DA IMPLEMENTARE
|
||||
|
Loading…
x
Reference in New Issue
Block a user