i know how 2 make a text file, but how do i make a folder?
Printable View
i know how 2 make a text file, but how do i make a folder?
Use the System.IO namespace.
It is either the Directory object (System.IO.Directory) that has a create method, or it is the System.IO.DirectoryInfo object that has it. It is pretty self explainitory.