userAppliCationDataDirectory

userApplicationDataDirectory uses CSIDL_APPDATA, I also need
CSIDL_LOCAL_APPDATA, so I defined:

userLocalApplicationDataDirectory to return CSIDL_LOCAL_APPDATA.

Could you add this values also?

Thanks alot

There’s no equivalent on mac/linux, though, is there?

Don’t have a clue but at Windows
CSIDL_APPDATA gives:
C:\Documents and Settings$User$\Application Data

and

CSIDL_LOCAL_APPDATA gives:
C:\Documents and Settings$User$\Local Settings\Application Data

and I need this one specificly.

You could just use CSIDL_APPDATA…\Local Settings\Application Data (substituting whatever JUCE methods are appropriate), couldn’t you?