SyntaxFix
Write A Post
Hire A Developer
Questions
Under System.IO, there is a class called Directory. Do the following:
If Not Directory.Exists(path) Then Directory.CreateDirectory(path) End If
It will ensure that the directory is there.