Copy a text file to another location on the same directory

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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"
 
Back
Top