Salome HOME
Issue #3145: provide help pages for Import/Export operations
[modules/shaper.git] / src / XGUI / XGUI_Tools.h
index 2bcb3322855347ec12cc5611ed4e4e403eefe389..54928254e89cc8a1b7080711c9278d3a7dacd592 100644 (file)
@@ -127,6 +127,14 @@ XGUI_EXPORT XGUI_Workshop* workshop(ModuleBase_IWorkshop* theWorkshop);
 /// \param thePrs a presentation
 /// \return string value
 XGUI_EXPORT QString generateName(const std::shared_ptr<ModuleBase_ViewerPrs>& thePrs);
+
+/// Creates and returns the temporary directory (with random name) using the environment variable
+/// path to location of such directories,
+std::string getTmpDirByEnv( const char* thePathEnv);
+
+/// Removes files and directory where they are located
+void removeTemporaryFiles(const std::string& theDirectory,
+  const std::list<std::string>& theFiles);
 };
 
 #endif