Create Directory + Sub Directories

Viewed 36046

I've got a directory location, how can I create all the directories? e.g. C:\Match\Upload will create both Match and the sub-directory Upload if it doesn't exist.

Using C# 3.0

Thanks

4 Answers
Related