Closed bketelsen closed 6 years ago
Paths throughout the toolkit use unix style slashes and string concatenation. Change to filepath.Join(first,second) to make these paths windows friendly.
Thanks for the heads up. Will make the paths more platform agnostic, as per your helpful advice.
As per your feedback, I have made the pathing platform agnostic.
Paths throughout the toolkit use unix style slashes and string concatenation. Change to filepath.Join(first,second) to make these paths windows friendly.