Copy a text file to another location on the same directory

R

Randy

Good Morning,

I'm having trouble with understanding what command I need to execute in VB
when I want to copy one text file to another.

Thanks for your assistance.
 
R

Rick Brandt

Randy said:
Good Morning,

I'm having trouble with understanding what command I need to execute
in VB when I want to copy one text file to another.

Thanks for your assistance.

FileCopy "Path to source file" "Path to destination file"
 
Top