I’d like to find the directory of the current user profile programmatically in C++.
I’d like to find the directory of the current user profile programmatically in C++.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SHGetSpecialFolderLocation is the best way to get at most of the special paths on Windows. Passed
CSIDL_PROFILEit should retrieve the folder you are interested in.If you are actually interested in the contents of the %UserProfile% environment variable you could try ExpandEnvironmentStrings