![ServerSync](https://media.forgecdn.net/avatars/thumbnails/254/696/256/256/637199290945083080.png)
Path not platform agnostic
Nekotato1412 opened this issue · 2 comments
Serversync Version: 4.2.0
Minecraft Version: 1.17.1
Issue: Path is not platform agnostic
There is an issue with how serversync actually handles the path, it doesn't seem to be platform agnostic. Due to the differences in Linux and Windows paths it interprets the path as a filename and as a result doesn't actually put the files in the correct directory.
Linux uses Forward slashes(/) and Windows uses Backslashes(\)
It is suggested to use some sort of path helper that fixes these issues.