[SOLVED]Writing folders using System IO

Can it be done? If so how?

I just finished a project where I used

System.IO.Directory.CreateDirectory(savePath);

to create folders and it worked great.

Remember that savePath should be a string

Cool, thanks.