Closed rhaetional closed 11 months ago
Fixes Issue #70
RoutesXML creates file paths containing backslashes. They were replaced with File.separator to match the host OS' file separator.
File.separator
Reason for Pull Request
Fixes Issue #70
Description
RoutesXML creates file paths containing backslashes. They were replaced with
File.separator
to match the host OS' file separator.