Hello...
below is my code:
Try
'create export directory if needed
If (Not System.IO.Directory.Exists(Trim(TextBox64.Text))) Then
System.IO.Directory.CreateDirectory(Trim(TextBox64.Text))
End If
Catch es As Exception
End Try...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.