How can I move files to a different folder in vb?
Printable View
How can I move files to a different folder in vb?
Code:Name sourcefilepath as destinationfilepath
Well, you also can use the FileCopy command
Code:FileCopy sourcefilepath, destinationfilepath
Chris:
Filecopy does not move the file it copies the file.
Completely different than Move as requested.
Oops... HeSaidJoe, you're rite... misstake