hi, i got a dirbox, and after the user selected a path and lciks on ok, i wrote this : Form3.Dir1.Path = X
in a other form i want to use the x (or form3.dir1.path) to copy files to this location, so i wrote this :
FileCopy File1.Path + "\" + File1.filename, X + "\" + File1.filename
but it wont work. what did i wrong ?




Reply With Quote