Thread
:
File search results to listbox help.
View Single Post
Jan 25th, 2009, 10:55 AM
#
2
cdingSpree
hoßßy¦st C++ Þrogrammer
Join Date: Sep 2008
Posts: 800
Rep Power:
2
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
)
System.
IO
.
File
.
Copy
(
"C:\file.txt"
,
"C:\Users\newLocation.txt"
)
System.IO.File.Copy("C:\file.txt", "C:\Users\newLocation.txt")
cdingSpree
View Public Profile
Find More Posts by cdingSpree