Changeset 19720 for trunk/Mars/mbase/MDirIter.cc
- Timestamp:
- 10/05/19 16:54:54 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mbase/MDirIter.cc
r19626 r19720 139 139 140 140 // Create an iterator to iterate over all entries in the directory 141 MDirIter NextD(dir); 141 MDirIter NextD; 142 NextD.AddDirectory(dir); 142 143 143 144 TString c; … … 159 160 // Add a single file to the iterator 160 161 // 161 Int_t MDirIter::AddFile(const char *name )162 Int_t MDirIter::AddFile(const char *name, Int_t rec) 162 163 { 163 164 return AddDirectory(gSystem->DirName(name), gSystem->BaseName(name));
Note:
See TracChangeset
for help on using the changeset viewer.