Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

String Impala::Util::Database::GetFilePath ( CString  dir1,
CString  dir2,
CString  dir3,
CString  file,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 134 of file Database.h.

References GetReadableFile(), GetWritableFile(), and mData.

00136     {
00137         String path = dir1 + "/" + dir2 + "/" + dir3 + "/" + file;
00138         if (toWrite)
00139             return GetWritableFile(mData.begin(), mData.end(), path, silent);
00140         return GetReadableFile(mData.begin(), mData.end(), path, silent);
00141     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:39:52 2010 for ImpalaSrc by  doxygen 1.5.1