06-07-2021
10:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-07-2021
10:10 PM
I got an error, from the line, where it pulls on the directoryInfo,
but insted I tweaked it a little and now it works.
If System.IO.Directory.Exists(oPath) = False Then
System.IO.Directory.CreateDirectory(oPath)
ElseIf System.IO.Directory.Exists(oPath) = True Then
End IfThanks for the help!