Salome HOME
Fix for "[CEA]: Windows version: Dump Python: there is an error in the file name...
[modules/kernel.git] / src / Basics / Basics_DirUtils.hxx
index fc3e482d0aa24aff8596a2569ffe214997e2f37c..34dbc7a69f0e3f1d467d2a241ba488b97d929495 100644 (file)
@@ -68,6 +68,8 @@ namespace Kernel_Utils
   // Returns True(False) if the path (not) empty
   // Also returns False if the path is not valid
   BASICS_EXPORT bool IsEmptyDir( const std::string& path );
+
+  BASICS_EXPORT std::string BackSlashToSlash( const std::string& path );
 }
 
 #endif