From 9750786a5c03b5ce3ea22b240d1b3cd34990856b Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 9 Apr 2025 17:40:13 +0800 Subject: Updated efsw. Fixed issue #204. --- src/3rdParty/efsw/FileSystem.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100755 => 100644 src/3rdParty/efsw/FileSystem.hpp (limited to 'src/3rdParty/efsw/FileSystem.hpp') diff --git a/src/3rdParty/efsw/FileSystem.hpp b/src/3rdParty/efsw/FileSystem.hpp old mode 100755 new mode 100644 index 6c24386..1d66ece --- a/src/3rdParty/efsw/FileSystem.hpp +++ b/src/3rdParty/efsw/FileSystem.hpp @@ -3,7 +3,6 @@ #include #include -#include namespace efsw { @@ -34,6 +33,9 @@ class FileSystem { static bool changeWorkingDirectory( const std::string& path ); static std::string getCurrentWorkingDirectory(); + + static std::string getRealPath( const std::string& path ); + }; } // namespace efsw -- cgit v1.2.3-55-g6feb