This commit is contained in:
Sebastian Messmer 2015-10-23 12:17:09 +02:00
parent 74cb9eaf2d
commit 233f1a2ecb

View File

@ -13,6 +13,7 @@ public:
explicit TempFile(bool create = true);
virtual ~TempFile();
const boost::filesystem::path &path() const;
//TODO Test exists()
bool exists() const;
private: