[inline, private]
Definition at line 463 of file Database.h.
Referenced by DoMkDirPath(), and MakeDir().
00464 { 00465 return (subDir.empty() ? dir : (dir.empty() ? subDir : (dir + "/" + subDir))); 00466 }