diff options
Diffstat (limited to 'lib/System/Win32')
-rw-r--r-- | lib/System/Win32/Path.cpp | 9 | ||||
-rw-r--r-- | lib/System/Win32/Path.inc | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/lib/System/Win32/Path.cpp b/lib/System/Win32/Path.cpp index e847154e58..43d553bbd9 100644 --- a/lib/System/Win32/Path.cpp +++ b/lib/System/Win32/Path.cpp @@ -287,6 +287,15 @@ Path::getLast() const { return path.substr(pos+1); } +void Path::makeReadable() { +} + +void Path::makeWriteable() { +} + +void Path::makeExecutable() { +} + bool Path::setDirectory(const std::string& a_path) { if (a_path.size() == 0) diff --git a/lib/System/Win32/Path.inc b/lib/System/Win32/Path.inc index e847154e58..43d553bbd9 100644 --- a/lib/System/Win32/Path.inc +++ b/lib/System/Win32/Path.inc @@ -287,6 +287,15 @@ Path::getLast() const { return path.substr(pos+1); } +void Path::makeReadable() { +} + +void Path::makeWriteable() { +} + +void Path::makeExecutable() { +} + bool Path::setDirectory(const std::string& a_path) { if (a_path.size() == 0) |