I'm building a desktop application and need a folder to store my data. I want to make sure I won't have any troubles writing and reading to this folder due to unknown writing permissions, etc..
Will it be alright to use SHGetSpecialFolderPath() with CSIDL_APPDATA?
Thanks