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

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

Definition at line 124 of file Database.h.

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

00126     {
00127         String path = dir1 + "/" + dir2 + "/" + file;
00128         if (toWrite)
00129             return GetWritableFile(mData.begin(), mData.end(), path, silent);
00130         return GetReadableFile(mData.begin(), mData.end(), path, silent);
00131     }

Here is the call graph for this function:


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