Changeset 9441 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 05/10/09 11:52:17 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MDirIter.cc
r8907 r9441 152 152 // -------------------------------------------------------------------------- 153 153 // 154 // Add a single file to the iterator 155 // 156 Int_t MDirIter::AddFile(const char *name) 157 { 158 return AddDirectory(gSystem->DirName(name), gSystem->BaseName(name)); 159 } 160 161 // -------------------------------------------------------------------------- 162 // 154 163 // Adds all entries from iter to this object 155 164 // -
trunk/MagicSoft/Mars/mbase/MDirIter.h
r7808 r9441 52 52 53 53 Int_t AddDirectory(const char *dir, const char *filter="", Int_t recursive=0); 54 Int_t AddFile(const char *name); 54 55 void Add(const MDirIter &iter); 55 56 void Reset();
Note:
See TracChangeset
for help on using the changeset viewer.