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.
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.