News

I don't know VB so it might have some cool funtion to take care of that but can you get a list of all the files in the directory and then copy it to another?
Here is my CopyFileEx class. It implements async I/O to copy a file from source to destination. It also raises an event as each chunk is read, so the calling application can present a file copy ...
One situation that can prevent a successful file transfer is when the destination file is, in fact, the program that's doing the copying. An assembly called MyFileCopy.exe cannot replace the active ...