From 4d9795527d1b9fa77ceb0106f308a13f24e1fca4 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 11 Jan 2015 11:16:04 +0100 Subject: different way to check for file existence --- src/shared/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/util.h') diff --git a/src/shared/util.h b/src/shared/util.h index 4af1fb1e..eba3fb3c 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -30,6 +30,7 @@ namespace MOShared { static const int MAXPATH_UNICODE = 32767; +/// Test if a file (or directory) by the specified name exists bool FileExists(const std::string &filename); bool FileExists(const std::wstring &filename); -- cgit v1.3.1