Use System.IO.Directory.CreateDirectory
Addtional note: You don’t have to check if it exists first. CreateDirectory will do the right thing regardless.
Use System.IO.Directory.CreateDirectory
Addtional note: You don’t have to check if it exists first. CreateDirectory will do the right thing regardless.