mirror of
https://github.com/syncthing/syncthing.git
synced 2026-05-05 05:35:07 -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.