VoodooRageII
Programmer
I need to copy files from one directory to another. The problem is that while I can use the folderbrowserdialog to get the folder paths, and I have a source and a destination variable, I need to copy only files that are not already present in the destination and there will constantly be files being written to the source directory. so once copying begins and finishes I will need to check to see if there are any new files in the source and then copy them until there are not any new ones found. I am fairly fluent in VBA but this is actually using VB 2005 Express. File copying is seemingly fairly complicated. Is there a not terribly complicated way to do this?