Update wrt-plugins-common_0.3.53
[framework/web/wrt-plugins-common.git] / src / modules / tizen / Filesystem / Manager.h
index 7edea91..9699285 100644 (file)
@@ -115,6 +115,10 @@ class Manager : public Api::IManager
     static void setupLocation(Api::LocationType location,
                               const char* path);
 
+    void copyElement(const std::string &src,
+                     const std::string &dest,
+                     bool recursive = true) const;
+
   private:
     static Locations m_locations; ///< Paths to default locations.
     static const std::size_t m_maxPathLength; ///< Maximum path length.