Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to create a folder in c#

// Directory class is in the System.IO namespace
Directory.CreateDirectory(dir);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #folder
ADD COMMENT
Topic
Name
6+6 =