KillBait / AutoDrive_Course_Editor

A java based course editor for the AutoDrive mod, works with both the FS19 + FS22 versions of the mod
73 stars 13 forks source link

Use dynamic file separator for XML target path in RoutesXML (Issue #70) #71

Closed rhaetional closed 11 months ago

rhaetional commented 11 months ago

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.