diff options
Diffstat (limited to 'src/dir.h')
-rw-r--r-- | src/dir.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ class Dir final bool remove(const std::string &path,bool acceptsAbsPath=true) const; bool rename(const std::string &orgName,const std::string &newName, bool acceptsAbsPath=true) const; + bool copy(const std::string &src,const std::string &dest,bool acceptsAbsPath=true) const; std::string absPath() const; bool isRelative() const; |