X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FFileName.h;h=bee3a844f1bd062becf720812e0e5bda7ecaf597;hb=96ee270933fe88672b70eb22045b280bf9ee4d90;hp=2ded3001c0d8e38c24bb8e80af052b51ee4ceb06;hpb=908a11997372f2a96a27e5388c15387337a6166b;p=features.git diff --git a/src/support/FileName.h b/src/support/FileName.h index 2ded3001c0..bee3a844f1 100644 --- a/src/support/FileName.h +++ b/src/support/FileName.h @@ -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; /**