mirror of
https://github.com/syncthing/syncthing.git
synced 2026-01-29 08:13:13 -05: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.