Just write this line :
System.IO.Directory.CreateDirectory(myDir);
If the folder does not exist yet, it will be created.
If the folder exists already,...
Microsoft platform has become very interesting, notably because of open sourcing of .NET and integration of its products with other great open source platforms,...