When you plan to open a file (using "OPEN" GDL command), if you're working on MAC on or a PC, the path syntax is different for that platform... so, isn't there a way to tell the object what is the platform to use...???
IF ON_MAC THEN PRINT "you are on a mac"
IF ON_PC THEN PRINT "you are on a PC"