Why "Open with" on Mac OS don't work?
Posted: Thu Jul 31, 2014 4:48 pm
I use this construction in my programs:
This works with Windows and Linux. How I have to handle this with Mac OS?
Code: Select all
If ProgramParameter(0)
LoadFile(ProgramParameter(0))
Else
NewFile()
EndIf