From MSDN:
Location can also be obtained by calling SHGetFolderLocation using the CSIDL_MYDOCUMENTS constant, as shown here.
hr = SHGetFolderLocation(NULL,
CSIDL_MYDOCUMENTS,
NULL,
0,
&pidlDocFiles);
Main Topics
Browse All Topics





by: AxterPosted on 2005-10-27 at 08:22:59ID: 15171699
Hi mrwad99,
See SHGetSpecialFolderPath and SHGetFolderPath functions.
David Maisonave (Axter)
Cheers!