diff --git a/platform/platform.hpp b/platform/platform.hpp index a39d439181..516ff3f959 100644 --- a/platform/platform.hpp +++ b/platform/platform.hpp @@ -33,8 +33,6 @@ protected: /// Used only on those platforms where needed PlatformImpl * m_impl; - static bool IsFileExistsByFullPath(string const & filePath); - /// Internal function to use files from writable dir /// if they override the same file in the resources dir string ReadPathForFile(string const & file) const; @@ -46,6 +44,8 @@ public: Platform(); ~Platform(); + static bool IsFileExistsByFullPath(string const & filePath); + /// @return always the same writable dir for current user with slash at the end string WritableDir() const { return m_writableDir; } /// @return full path to file in user's writable directory