IslandzVW / halcyon

InWorldz Halcyon 3d virtual reality world simulator
BSD 3-Clause "New" or "Revised" License
21 stars 26 forks source link

Forward slash is the only valid dir separator #387

Closed kf6kjg closed 7 years ago

kf6kjg commented 7 years ago

It even works right in Windows, but the backslash doesn't work right in Linux.

appurist commented 7 years ago

This commit is good in that it allows it to run correctly on Linux now (too), but ideally if we're cleaning up cases like this, we should be using Path.DirectorySeparatorChar from System.IO rather than hard-coding path separators. Or using Path.Combine to join the parts.