diff --git a/Nuake/src/Core/FileSystem.cpp b/Nuake/src/Core/FileSystem.cpp index 974269c3..60f01ea8 100644 --- a/Nuake/src/Core/FileSystem.cpp +++ b/Nuake/src/Core/FileSystem.cpp @@ -142,7 +142,7 @@ namespace Nuake { std::filesystem::path pathObj(fullPath); auto returnvalue = pathObj.parent_path().string(); - return returnvalue + "\\"; + return returnvalue + "/"; } std::string FileSystem::ReadFile(const std::string& path, bool absolute)