You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Navigate.exe only works with the -f option if forward slashes are used
Thus,
C:\Users\addane\Downloads\20230508_FSS-Navigator\Navigate_W.exe -f C:/Documents/20240115_testnav
works
but using the Windows \ will not work:
C:\Users\addane\Downloads\20230508_FSS-Navigator\Navigate_W.exe -f C:\Documents\20240115_testnav
and results in an error.
This should be automatically checked in the code
The text was updated successfully, but these errors were encountered:
The Navigate.exe only works with the -f option if forward slashes are used
Thus,
C:\Users\addane\Downloads\20230508_FSS-Navigator\Navigate_W.exe -f C:/Documents/20240115_testnav
works
but using the Windows \ will not work:
C:\Users\addane\Downloads\20230508_FSS-Navigator\Navigate_W.exe -f C:\Documents\20240115_testnav
and results in an error.
This should be automatically checked in the code
The text was updated successfully, but these errors were encountered: