jeremySchriver / Forza_telemetry_project

Project to capture and record telemetry data from Forza Motorsport 8 using their UDP data out feature set
1 stars 0 forks source link

File Path Compatibility Issue #6

Closed jeremySchriver closed 8 months ago

jeremySchriver commented 8 months ago

After testing it was determined that syntax used for navigating file directories was not compatible with OSX. Code was originally built and tested on Windows and as such back slashes were used for many paths.

OSX requires any non os pathing to be done in forward slashes.

Will start working through code base to fix the compatibility issue.