From Visual C++, how do I get the path to the current user\'s My Documents folder?
Edit:
I have this:
TCHAR my_documents[MAX
Use the SHGetFolderPath Windows API function and request CSIDL_MYDOCUMENTS.
CSIDL_MYDOCUMENTS