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

String Impala::Persistency::FileSystem::GetFilePath ( CString  dir,
CString  file,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 100 of file FileSystem.h.

References Impala::FileNameConcat(), GetReadableFile(), GetWritableFile(), and mData.

00101     {
00102         String path = FileNameConcat(dir, file);
00103         if (toWrite)
00104             return GetWritableFile(mData.begin(), mData.end(), path, silent);
00105         return GetReadableFile(mData.begin(), mData.end(), path, silent);
00106     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:35:16 2010 for ImpalaSrc by  doxygen 1.5.1