"mkdir: error code 3" EDIT: NEVERMIND I GOT IT, MOVE ALONG.

I recently had to move a project to another drive after the previous one began to fail. The files are intact, but when I try to make a build off the Workbench, I get the following error:

[code]----- begin build: Tue Oct 07 21:22:24 2014 -----

mkdir “F:\Games\XXX\My Projects\XXX”
mkdir: error code 3

Build failed.
----- end build: Tue Oct 07 21:22:24 2014 -----[/code]

There’s no longer any F: drive on my machine (since It failed and I removed it) but none of the files in the project are on the F drive, they’re on C:. I suppose the Workbench is still trying to build in on F: for some reason. How do I tell it to switch?

EDIT: NEVERMIND, I’M AN IDIOT. I GOT IT.