Hi i am in the process of making a program that i will attach the the auto run in my external hard drive whenit loads it will ask me to put in a file locationto save the files to i have used
Code:
dim FileName as String
commondialog1.showsave
FileName = CommonDialog1.Filename
txtPath.text = FileName
and Drive 1 to locate the drive
but i cant seem to get it to trasfer the files
i've tried things like
Code:
Filecopy Drive1, FileName
i have also tried with a few other ways i found on the internet
i was thinking of something that would scan the Drive for all folders and subfolders and files and maybe put them into an array then copy them
any ideas?
i have the code to scan drives