Copying files

  • Thread starter Thread starter Mystique
  • Start date Start date
M

Mystique

How can i copy files with an extension (for ex: .jpg) from one folder to
another ??
 
Hi,

Use File.Copy, just remember that the target file cannot exist.

Cheers,
 
regardless of whether it has an extension or not, one method would be to use
a filestream object.

--

--

Br,
Mark Broadbent
mcdba , mcse+i
=============
 

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