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

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

Definition at line 420 of file RawDataSet.h.

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

00422     {
00423         String dir = "ImageArchive/" + GetSectionOfFile(fileId) + "/"
00424             + GetDirOfFile(fileId);
00425         if (toWrite)
00426             MakeDir(dir);
00427         return GetFilePath(dir, archiveName, toWrite, silent);
00428     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:07:37 2010 for ImpalaSrc by  doxygen 1.5.1