Made function publicly accessible

This commit is contained in:
Alex Zolotarev 2012-09-02 23:15:37 +03:00 committed by Alex Zolotarev
parent 96165a0549
commit 113d7e655c

View file

@ -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