]> git.lyx.org Git - features.git/blobdiff - src/support/FileName.h
more use of support::FileName.
[features.git] / src / support / FileName.h
index 188fa6bd761a90c897a171cd3e68f2e88e2aa652..a2b1c3c48d6fe3b7ca19cfd611109dab28fb063b 100644 (file)
@@ -72,6 +72,9 @@ public:
        /// return true when file/directory is writable (write test file)
        bool isDirWritable() const;
        
+       /// return true when file/directory is writable (write test file)
+       bool copyTo(FileName const & target, bool noclobber) const;
+
        /// remove directory and all contents, returns true on success
        bool destroyDirectory() const;
        /// Creates directory. Returns true on success