Modified the code to check if we're running on Windows or not. If
running on Windows, use the existing code to open up Explorer and browse
tothe folder. Otherwise, attempt to execute the folder itself. In most
Mono implementations, this will actually do the right thing, and bring
up the default file browser showing the folder. It doesn't do quite the
same as Windows, but it's reasonably close.
Modified the code to check if we're running on Windows or not. If running on Windows, use the existing code to open up Explorer and browse tothe folder. Otherwise, attempt to execute the folder itself. In most Mono implementations, this will actually do the right thing, and bring up the default file browser showing the folder. It doesn't do quite the same as Windows, but it's reasonably close.