Private Sub CreateFolders()
Dim rsData As New ADODB.Recordset
If fsys.FolderExists("" & App.Path & "\HTML") = False Then
fsys.CreateFolder("" & App.Path & "\HTML")
end if
MsgBox "Done"
End Sub
Subscribe to:
Post Comments (Atom)
Welcome to vbsmartCode. The ultimate VB, VB.NET, ASP, and ASP.NET source code resource. Offering thousands of free pre-tested source code snippets and complete applications in twenty different categories.
No comments:
Post a Comment