Using ROBOCOPY to MOVE data around, not copy it
The /MOV
option is designed to do exactly that. Check your specific version of robocopy for it (robocopy /? should show the option).
Robocopy only leaves empty source folders when using /MT (in my case 32) switch, if I don't use /MT everything is moved, running on 2008R2.