Thank you for the input! I tracked it down to a permissions issue within SharePoint.

My goal was just to copy the folder as a backup so I changed

FSO.MoveFolder
To
FSO.CopyFolder
And it works great! Thank you for the inputs, sorry for the dumb question.