I am porting a Windows application to OSX and need to get user's home, documents and music directories. It is done on Windows using a SHGetFolderPath
WinAPI call.
- How can I do it in OSX, preferably without resorting to Objective C?
- If I can't do it without Objective C, how can I do it at all?