I imagine that Windows 2008 is more like Windows 7, where user files are stored under:
C:\Users\<username>\AppData\Roaming
What you really want to do is use the SHGetFolderPath method to ask Windows where the user folders are at.
I imagine that Windows 2008 is more like Windows 7, where user files are stored under:
C:\Users\<username>\AppData\Roaming
What you really want to do is use the SHGetFolderPath method to ask Windows where the user folders are at.