I've been moving my Profile folders for years - I get customers all the time with corrupted Windows. I really don't suggest keeping Docs, Pics, Vids, Music, Downloads, Desktop and Favorites on the Windows default locations. I always put the Profile folders on another drive and just tell Windows to expect it there.
Create a folder like "My Profile" on another drive. Create sub-folders for docs, pics, vids, etc.
Open "This PC", right click on "Documents", click on "Properties', click on "Location" tab, choose the "Move" box and point to the matching new sub-directory.
Windows will move all the files and from then on use the new locations.
Repeat for all the other Profile folders
If Win craps out, just restore your recent C: image (you do have one?) or reinstall and point to the custom locations on the unaffected drive
BearBo
Most power users know this. But if you look at KidJoe's screenshot, his folder is moved. So that means StreamFab is obviously getting the location of the Documents folder and is putting it in there.
They are NOT using something like [code]%USERPROFILE%\Documents[/code] but more likely something like [code]Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments)[/code]