PDA

View Full Version : How do I copy a file.....


mainlander
08-19-2008, 08:33 PM
from a listbox to the hard drive.

I have a bunch of files in a listbox that can be opened with a button.
I want to add a second button to save the selected file to the users HD.

I'm real new at this.

jassing
08-19-2008, 08:46 PM
from a listbox to the hard drive.

I have a bunch of files in a listbox that can be opened with a button.
I want to add a second button to save the selected file to the users HD.

I'm real new at this.

You'll want to look at LUA scripting & "On Select"
You'll want to evaluate the list box & then use File.Copy()