Salome HOME
Merge from BR_DIET
[tools/libbatch.git] / src / Core / Batch_Utils.hxx
index 24f17d12aab25e09dd9a6ebc301fe801a05e534f..ce59ccf89fbcf2c5bf4dc42023f9e3656e21e584 100644 (file)
@@ -42,6 +42,12 @@ public:
    */
   static int getCommandOutput(const std::string & command, std::string & output);
 
+  /**
+   * Test if the path in parameter is an absolute path (does not test the existence of
+   * a file or directory at this path).
+   */
+  static bool isAbsolutePath(const std::string & path);
+
 private:
 
   // No instanciation possible as this class provides only static methods