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

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

Definition at line 144 of file Database.h.

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

00146     {
00147         String path = dir1 + "/" + dir2 + "/" + dir3 + "/" + dir4 + "/" + file;
00148         if (toWrite)
00149             return GetWritableFile(mData.begin(), mData.end(), path, silent);
00150         return GetReadableFile(mData.begin(), mData.end(), path, silent);
00151     }

Here is the call graph for this function:


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