Hello,

My question is how I can retrieve the local settings and application settings using a C++ function on Mac, preferably by not using Objective C.

On Windows, the function needed for this operation is SHGetFolderPath (...), declared in header file shfolder.h.

Thank you in advance.