mirror of
https://github.com/syncthing/syncthing.git
synced 2026-03-18 14:27:01 -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.