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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top