From: srn Date: Mon, 20 Mar 2006 12:25:23 +0000 (+0000) Subject: Bug IPAL11479, added a removal a temporary file "hdf_from_ascii.hdf" X-Git-Tag: OCC_3_2_0a2_TC~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5176d55ce02038f3adb039956b53ddc734b07474;p=modules%2Fkernel.git Bug IPAL11479, added a removal a temporary file "hdf_from_ascii.hdf" --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx index f3f68e2da..464ae7bc2 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx @@ -209,7 +209,7 @@ Handle(SALOMEDSImpl_Study) SALOMEDSImpl_StudyManager::Open(const TCollection_Asc if (isASCII) { Handle(TColStd_HSequenceOfAsciiString) aFilesToRemove = new TColStd_HSequenceOfAsciiString; - aFilesToRemove->Append(aHDFUrl); + aFilesToRemove->Append("hdf_from_ascii.hdf"); SALOMEDSImpl_Tool::RemoveTemporaryFiles(SALOMEDSImpl_Tool::GetDirFromPath(aHDFUrl), aFilesToRemove, true); }