Questions tagged [filecopy]
17 questions
-1
votes
1 answer
Copy list of files from multiple folders to one destination folder
I would like to use an Excel document with a list of filenames to copy the files listed from multiple folders to one destination folder.
The below code works, however, there are 150 folders and I don't want to have to name each one.
How do I look in…
-2
votes
1 answer
How would i repeat a filecopy in visual basic?
I'm trying to create a program that repeatedly copies a file to test a flash drive's true size. Since overwriting a file isnt allowed, how would i name the files that go to the destination differently so that i could copy it multiple times?