Copying files in directory

  • Thread starter Thread starter ReidarT
  • Start date Start date
R

ReidarT

I want to copy files in directory to another location like
c:\dir1\*.* to f:\dir2
Do I need to copy file by file or can I just copy the whole directory
regards
reidarT
 
Reidar,

File by file, when you do not use the process which I advice you not to use.

And for that than the file.move(oldfile,newfile), which is better because
you do not know what other programs are handling the same files and with the
process you cannot catch that.

I hope this helps?

Cor
 
Do I need to copy file by file or can I just copy the whole directoryI wrote "move" what is wrong.

I have no problem when "you" attents me on that.
As you know I only appriciate that.

Thanks.

:-)

Cor
 

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