G
Guest
We have an application that downloads files and then copies them to a
directory where other programs pick up the files and process them. I am
using System.IO.File.Copy to copy the file over. My question is, for very
large files will it appear in the directory while it's copying or does it
become available after it has arrived? We don't want the other programs
trying to process a file that is in the middle of copying.
directory where other programs pick up the files and process them. I am
using System.IO.File.Copy to copy the file over. My question is, for very
large files will it appear in the directory while it's copying or does it
become available after it has arrived? We don't want the other programs
trying to process a file that is in the middle of copying.