Definition at line 49 of file FoldRepositoryInFile.h. References Impala::Persistency::File::Delete(), GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::FoldLocator::GetName(), and RepFS(). 00050 { 00051 String dir = GetDir(loc); 00052 File file = RepFS().GetFile(loc, dir, loc.GetName() + ".tab", 00053 true, true); 00054 file.Delete(); 00055 }
Here is the call graph for this function: ![]()
|