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

File Impala::Persistency::RepositoryInFileSystem::GetFile ( const Locator loc,
CString  dir,
CString  file,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 38 of file RepositoryInFileSystem.h.

References Impala::Persistency::FileSystem::GetFilePath(), GetFS(), and Impala::Persistency::FileSystem::MakeDir().

00040     {
00041         FileSystem* fs = GetFS(loc);
00042         if (toWrite)
00043             fs->MakeDir(dir);
00044         String path = fs->GetFilePath(dir, file, toWrite, silent);
00045         return File(path, fs);
00046     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:36:32 2010 for ImpalaSrc by  doxygen 1.5.1