F
Franky
I know about GetModuleFileName but what I need is a similar call to get the
folder "My Documents"
Is there such a thing?
Thanks
folder "My Documents"
Is there such a thing?
Thanks
Franky said:I know about GetModuleFileName but what I need is a similar l to get the
folder "My Documents"
Is there such a thing?
William DePalo said:Yes, check the docs for
ShGetFolderPath()
passing it the CSIDL_PERSONAL
flag.
Regards,
Will