Q: Copy Files
I'm quite new with Visual Basic and I wonder if there is a another way to copy a directory with files to a empty one, then with FileCopy. One of the files are perhaps i use. It's important that the file who is copied to the new location not overwrite a younger one with the same name.
Ola Abrahamsson abrahamsson@bigfoot.com
A: Perhaps there is (sure there is another way: you can use an API-call CopyFile). But you have to do the checking yourself. There's another API call (CompareFileTime) which can do the trick for you. I haven't use neither of them... so I can't help you with an example. But the calls can be found in the API Viewer.
Return