
How-To... - How to copy a file using the FileCopy Statement
Copying
a file through Visual Basic is very simple. Just give it the Source file(the
file you wish to copy) and the Destination
file(where the file is to be copied to). The only bad thing about it is that
it doesn't check if the Destination file already exists, but that can be done
by a simple command(See later Tip - How to check if a file already exists{Coming
Soon!!}
You can download the source code by clicking here