Get "My Documents" path
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
Can anyone tell me how I can get the path to My Documents folder? Thanks! Best regards, Alexandru Savescu P.S. Interested in art? Visit this!
-
Can anyone tell me how I can get the path to My Documents folder? Thanks! Best regards, Alexandru Savescu P.S. Interested in art? Visit this!
SHGetSpecialFolderPath(..., CSIDL_PERSONAL, FALSE);
-
SHGetSpecialFolderPath(..., CSIDL_PERSONAL, FALSE);
Thanks! Best regards, Alexandru Savescu P.S. Interested in art? Visit this!
-
Can anyone tell me how I can get the path to My Documents folder? Thanks! Best regards, Alexandru Savescu P.S. Interested in art? Visit this!
Try the function SHGetSpecialFolderLocation with CSIDL_COMMON_DOCUMENTS for the CSIDL value. Appstmd http://www.appstmd.com