kreeben / resin

Vector space index based search engine that's available as a HTTP service or as an embedded library.
MIT License
568 stars 40 forks source link

Remove hardcoded path separator. #58

Closed kburman closed 5 years ago

kburman commented 5 years ago

UNIX based system use different path separator. To make it cross-platform, I have removed the hardcoded path separator and used Path.combine to join the paths.