Ignore:
Timestamp:
08/11/05 04:54:03 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/getdolist.C

    r7271 r7284  
    135135        {
    136136            filename=Form("%s/ToDo-%s-%s-%s.txt", listpath.Data(), table.Data(), column.Data(), (*row)[0]);
     137            gSystem->Unlink(filename);
    137138            ofstream fout(filename, ios::app);
    138139            if (!fout)
Note: See TracChangeset for help on using the changeset viewer.