I expect the specialfolder.personal returns c:/users/xxx, however in my Windows 7 system, it returns
c:/users/xxx/Documents. Why? How to get the folder of personal root directory?
I expect the specialfolder.personal returns c:/users/xxx, however in my Windows 7 system, it returns
Share
From the documentation:
Instead, you want
SpecialFolder.UserProfile.Update
Apparently, this only works in .NET 4. So instead, try this: