[Release] wrt-commons_0.2.135
[framework/web/wrt-commons.git] / modules / utils / include / dpl / utils / path.h
index de8840b..ff7b544 100644 (file)
@@ -130,6 +130,7 @@ public:
      * @throws If prefix does not match to this path object
      */
     bool isSubPath(const Path & other) const;
+    bool hasExtension(const std::string& extension) const;
 
     bool operator==(const Path & other) const;
     bool operator!=(const Path & other) const;