A
Amjad
I'm trying to create a folder, append text file to
another, and delete files using the "Shell" command. But
I always get the error "File Not Found".
How do I use DOS commands from Visual Basic?
My code is something like:
Dim folderPath as String
folderPath = "C:\MyFolder"
Shell ("md " & folderPath)
another, and delete files using the "Shell" command. But
I always get the error "File Not Found".
How do I use DOS commands from Visual Basic?
My code is something like:
Dim folderPath as String
folderPath = "C:\MyFolder"
Shell ("md " & folderPath)