Definition at line 54 of file SvmProblemRepositoryInFile.h. References Impala::Persistency::File::Delete(), Impala::Persistency::ModelLocator::GetConcept(), GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), and RepFS(). 00055 { 00056 String dir = GetDir(loc); 00057 File file = RepFS().GetFile(loc, dir, loc.GetConcept() + ".problem.txt", 00058 true, true); 00059 file.Delete(); 00060 }
Here is the call graph for this function: ![]()
|