M
MuZZy
Hi,
My app records some sound to a file and then copies it to a network drive.
We recently had some issues when file was copied corrupted besause of some network issues.
So i am going to make some copied file test against the original file to make sure it was copied correctly.
Are the any standard .NET remedies for that? Obviousely, comparing just size is not working sometimes,
and I also woudn't want to do a "by-byte" file comparing.
Any ideas would be highly appreciated!!!
Thank you,
Andrey
My app records some sound to a file and then copies it to a network drive.
We recently had some issues when file was copied corrupted besause of some network issues.
So i am going to make some copied file test against the original file to make sure it was copied correctly.
Are the any standard .NET remedies for that? Obviousely, comparing just size is not working sometimes,
and I also woudn't want to do a "by-byte" file comparing.
Any ideas would be highly appreciated!!!
Thank you,
Andrey