F
Franky
In a prior post I asked about referencing the folder "My Documents"
and someone was good enough to tell me about:
SHGetFolderPath(NULL, CSIDL_PERSONAL|CSIDL_FLAG_CREATE, NULL, 0,
szMyDocPath);
But now I think I asked the wrong question. What I want is a folder into
which I can put a folder that will show in everyone's MyDocuments.
Is there a reference to such a thing??
Thanks
and someone was good enough to tell me about:
SHGetFolderPath(NULL, CSIDL_PERSONAL|CSIDL_FLAG_CREATE, NULL, 0,
szMyDocPath);
But now I think I asked the wrong question. What I want is a folder into
which I can put a folder that will show in everyone's MyDocuments.
Is there a reference to such a thing??
Thanks