You guys helped me a lot yesterday and got my questions answered in less than an hour.

I need more help though. I am having issues with mkdir... I can't make a whole directory, just pieces at a time. Here is an example:

instead of saying:

Code:
mkdir ("people\places\things\categories")
I have to say:

Code:
mkdir ("people\")
mkdir ("people\places\")
mkdir ("people\places\things\")
mkdir ("people\places\things\categories")
I think it should be able to do it all in one swing but I'm not sure. Can anyone provide a solution or correct me? Thanks!