My C++ application stores some common user data in %CSIDL_COMMON_APPDATA%\Company\Product. I want to make sure the Users group has write permissions to this folder which on Vista it does not. How would do I do this?
My C++ application stores some common user data in %CSIDL_COMMON_APPDATA%\Company\Product . I want to
Share
Figured it out myself using ATL…
Of course my real code contains error checking.