My mac mini 2012 on mojave returns a non-compliant line, with Hollywood 10.
Code: Select all
@DISPLAY {Width = 1000, Height = 600, Sizeable = True}
directory$=GetProgramDirectory()
NPrint(directory$)
WaitLeftMouse()
Thank you.
Code: Select all
@DISPLAY {Width = 1000, Height = 600, Sizeable = True}
directory$=GetProgramDirectory()
NPrint(directory$)
WaitLeftMouse()
Ok, that's the app bundle directory then. If you want that, just use GetSystemInfo() and take a look at the "AppBundle" item in the return table. This allows you to get the location of the app bundle.
Code: Select all
@IF #HW_AMIGA
@ELSEIF #HW_MACOS
@ELSEIF #HW_LINUX
@ELSEIF #HW_WINDOWS
@ELSE
@ENDIF