G
Guest
let's say I'm transferring a large file like 100MB over to a folder.
The program detects when the file arrives. However, I can't
figure out how to know when the file is totally transferred over.
One unsuccessful method is to...
dim fi as new fileinfo(newfile)
fi.length returns the supposed size of the file. But it correctly
reports the final size of the file the moment transferring
starts. So that's no help at all.
I want to know what the file is totally transferred to the folder
so I can then begin to work on it. Any ideas?
The program detects when the file arrives. However, I can't
figure out how to know when the file is totally transferred over.
One unsuccessful method is to...
dim fi as new fileinfo(newfile)
fi.length returns the supposed size of the file. But it correctly
reports the final size of the file the moment transferring
starts. So that's no help at all.
I want to know what the file is totally transferred to the folder
so I can then begin to work on it. Any ideas?