aboutsummaryrefslogtreecommitdiff
path: root/src/3rdParty/efsw/FileSystem.hpp
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2025-04-09 17:40:13 +0800
committerLi Jin <dragon-fly@qq.com>2025-04-09 17:40:13 +0800
commit9750786a5c03b5ce3ea22b240d1b3cd34990856b (patch)
treee495e43245e1bacc86d33142af202613a82a40c1 /src/3rdParty/efsw/FileSystem.hpp
parent571fb952b99e580a0381f539885f8f175e2ec3b0 (diff)
downloadyuescript-9750786a5c03b5ce3ea22b240d1b3cd34990856b.tar.gz
yuescript-9750786a5c03b5ce3ea22b240d1b3cd34990856b.tar.bz2
yuescript-9750786a5c03b5ce3ea22b240d1b3cd34990856b.zip
Updated efsw. Fixed issue #204.
Diffstat (limited to 'src/3rdParty/efsw/FileSystem.hpp')
-rw-r--r--[-rwxr-xr-x]src/3rdParty/efsw/FileSystem.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/3rdParty/efsw/FileSystem.hpp b/src/3rdParty/efsw/FileSystem.hpp
index 6c24386..1d66ece 100755..100644
--- a/src/3rdParty/efsw/FileSystem.hpp
+++ b/src/3rdParty/efsw/FileSystem.hpp
@@ -3,7 +3,6 @@
3 3
4#include <efsw/FileInfo.hpp> 4#include <efsw/FileInfo.hpp>
5#include <efsw/base.hpp> 5#include <efsw/base.hpp>
6#include <map>
7 6
8namespace efsw { 7namespace efsw {
9 8
@@ -34,6 +33,9 @@ class FileSystem {
34 static bool changeWorkingDirectory( const std::string& path ); 33 static bool changeWorkingDirectory( const std::string& path );
35 34
36 static std::string getCurrentWorkingDirectory(); 35 static std::string getCurrentWorkingDirectory();
36
37 static std::string getRealPath( const std::string& path );
38
37}; 39};
38 40
39} // namespace efsw 41} // namespace efsw