Moving Files

Comotose

Member
Joined
Mar 8, 2010
Messages
23
Programming Experience
1-3
Hi folks.

I'm stuck on Step Two of a two-step process.

In Step One I allow website members to upload an image file which is placed in a temporary location on the web server. No problems with that part.

Step Two is the bit I need help with. I'm just starting out with VB.NET and all the thousands of namespaces etc have got me a bit befuddled.

After some other setting up, I need to move individual image files out of that temporary holder to a different folder. It's only necessary to operate on one file at a time -- bulk handling not required.

QUICK SUMMARY:
Using VB.net what's the trick to moving /path/images/myimage.img to /different-path/myimage.img. The image file should be removed from the original folder.

A snippet of working code would be great, but any help most welcome.
 
Cool, thanks. I bought the book!

BTW, I do usually search before asking, but my terms didn't come up with that result that I noticed.

It's been very handy having you in the same time zone ;-)
 
Back
Top