Create Folder using VB.NET
In VB.Net, sometimes we have require to Create New Folder. This Tutorial Shows How to Create a Folder using VB.NET.
To achieve that, first of all we need to include the following statement in the program code:
Imports System.IO
- This line has to precede the whole program code as it is higher in hierarchy for DirectoryInfo.