Changeset 7235 for trunk/MagicSoft/Mars/datacenter/macros/getdolist.C
- Timestamp:
- 07/30/05 17:40:43 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/getdolist.C
r7232 r7235 118 118 return 0; 119 119 120 TString filename(Form("%s/ToDo %s-%s.txt", listpath.Data(), table.Data(), column.Data()));120 TString filename(Form("%s/ToDo-%s-%s.txt", listpath.Data(), table.Data(), column.Data())); 121 121 ofstream fout(filename, ios::app); 122 122 if (!fout)
Note:
See TracChangeset
for help on using the changeset viewer.