I am trying to get a C# app running under OSX which is not exactly pain free. To work around some of the issues in the short term, I am thinking of setting up some specific rules when it is running in OSX.
But... What can I use to determine whether the app is running under Windows or OSX?
From the Mono wiki (in my experience, OSX is identified as Unix):
Or