I have two PC's that have Code::Blocks installed. Both have Windows XP Pro SP2. On PC #1 my username is Seth, on PC #2 the username is sjackson. So I create a project on PC #1. The Project working directory (under project properties) is
C:\Documents and Settings\Seth\Desktop\Text Editor
If I move the project to PC #2 and I compile the project it will output the executable in
C:\Documents and Settings\Seth\Desktop\Text Editor
but since this directory is not there Windows or Code::Blocks (probably Windows) creates this directory and places the executable there.
This really isn't a big issue, but I thought I'd throw it out there.