mirror of
https://github.com/syncthing/syncthing.git
synced 2026-06-19 06:00:08 -04:00
```path.Base()``` is for slash-separated paths, whereas Windows uses "\" to separate paths. Just convert the \ to / and it works.
```path.Base()``` is for slash-separated paths, whereas Windows uses "\" to separate paths. Just convert the \ to / and it works.