I have one folder (call it Folder1), with several subfolders inside, each one with several files in them. I want to move everything inside Folder1 to Folder2 (which is empty, but exists).
I've been trying MoveFolder, but I get a "file doesn't exist error" all the time, and the...