|
As I understand it, a forward slash refers to the root directory on a Mac. So to refer to the OOTP game folder on a Mac, you would simply use:
/Applications/OOTP2007
Most applications write to the user folder, which is referred to with a tilde forward slash:
~/(shortusername)/...
but you'd need to know the shortusername first. I'm no expert, so hopefully someone can confirm- or I can run a test once you're done writing the code.
|