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

String Impala::Core::Database::RawDataSet::GetFilePathImageArchive ( int  fileId,
String  archiveName,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 473 of file RawDataSet.h.

References GetDirOfFile(), GetFilePath(), GetSectionOfFile(), and MakeDir().

00475     {
00476         String dir = "ImageArchive/" + GetSectionOfFile(fileId) + "/"
00477             + GetDirOfFile(fileId);
00478         if (toWrite)
00479             MakeDir(dir);
00480         return GetFilePath(dir, archiveName, toWrite, silent);
00481     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:18:58 2011 for ImpalaSrc by  doxygen 1.5.1