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

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

Definition at line 127 of file FileSystem.h.

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

00128     {
00129         if (! Valid())
00130             return "";
00131 
00132         String path = FileNameConcat(dir, file);
00133         if (toWrite)
00134             return GetWritableFile(mData.begin(), mData.end(), path, silent);
00135         return GetReadableFile(mData.begin(), mData.end(), path, silent);
00136     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:52 2011 for ImpalaSrc by  doxygen 1.5.1