]> git.lyx.org Git - features.git/blobdiff - src/support/FileName.h
transfer os::is_absolute_path() to FileName::isAbsolute().
[features.git] / src / support / FileName.h
index 2ded3001c0d8e38c24bb8e80af052b51ee4ceb06..bee3a844f1bd062becf720812e0e5bda7ecaf597 100644 (file)
@@ -55,6 +55,9 @@ public:
        virtual void erase();
        /// Is this filename empty?
        bool empty() const;
+       /// Is the filename absolute?
+       bool isAbsolute() const;
+
        /// get the absolute file name in UTF-8 encoding
        std::string absFilename() const;
        /**