Creating a folder
I would like to create a folder without using a filedialog box but I can't seem to find anything that will allow me to just create a new folder. Any help or clues?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
AlanPosted Oct 31, 2007, 2:50 PM
Check out the Directory.CreateDirectory() method :
http://msdn2.microsoft.com/en-us/library/system.io.directory.createdirectory(vs.80).aspx