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

link|improve this question

1  
Yes, AppData is the right one. Append companyname, product name and product version. – Hans Passant Dec 4 '11 at 18:02
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.