Changeset 7284 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 08/11/05 04:54:03 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/getdolist.C
r7271 r7284 135 135 { 136 136 filename=Form("%s/ToDo-%s-%s-%s.txt", listpath.Data(), table.Data(), column.Data(), (*row)[0]); 137 gSystem->Unlink(filename); 137 138 ofstream fout(filename, ios::app); 138 139 if (!fout)
Note:
See TracChangeset
for help on using the changeset viewer.