View Single Post
Old Jan 25th, 2009, 10:55 AM   #2
cdingSpree
hoßßy¦st C++ Þrogrammer
 
Join Date: Sep 2008
Posts: 800
Rep Power: 2 cdingSpree will become famous soon enough
Send a message via Skype™ to cdingSpree
Re: File search results to listbox help.

Quote:
Originally Posted by Worf
(This is where i need to be able to copy the selected file from it's current location to another folder.)
To copy and move a file, you could use:
VB.NET Syntax (Toggle Plain Text)
  1. System.IO.File.Copy("C:\file.txt", "C:\Users\newLocation.txt")
cdingSpree is offline   Reply With Quote