How to detect what platform an application is running on in C
- by Mark Szymanski
Hi, I was wondering how you could detect what platform a program is running on, I have an application and need it to go to a certain folder depending on whether it is on a Linux or Mac machine.
Thanks!