I use FileSystem.CopyFile
to copy a 1GB file to another directory.
Meanwhile, another program needs to determine that the file has already been completely copied to carry out its work.
How can I determine that the file has already been copied? That is, how to know that the copy has been made completely.
Could it be using the Size
attribute of the file?