[inline]
Definition at line 63 of file DirectoryInfo.h.
References mFiles.
00064 { 00065 if(index > mFiles.size()) 00066 throw std::logic_error("[DirectoryInfo::GetFile] index out of bounds"); 00067 return mFiles[index]; 00068 }