Definition at line 58 of file SimilarityTableSetRepositoryInFile.h. References Impala::Persistency::RepositoryInFileSystem::DeleteDir(), Impala::Persistency::SimilarityTableSetLocator::GetConceptSet(), GetDir(), and RepFS(). 00059 { 00060 if (loc.GetConceptSet() == "ALL") 00061 { 00062 String dir = GetDir(loc, true); 00063 RepFS().DeleteDir(loc, dir); 00064 } 00065 else 00066 { 00067 String dir = GetDir(loc, false); 00068 RepFS().DeleteDir(loc, dir); 00069 } 00070 }
Here is the call graph for this function: ![]()
|