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

String Impala::Persistency::FileSystem::ConcatDir ( CString  dir,
CString  subDir 
) [inline, private]

Definition at line 471 of file FileSystem.h.

Referenced by DoDeleteDir(), and DoMkDirPath().

00472     {
00473         return (subDir.empty() ? dir : (dir.empty() ? subDir
00474                                                     : (dir + "/" + subDir)));
00475     }


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