Board index » Visual Studio » How to copy ONLY the updated data from a large file?
|
James_patageul
|
How to copy ONLY the updated data from a large file?
Visual Studio13
Hello, I copied a large file from one disk(source) to another disk(destination). After this I made (manually or programmatically) some changes in the file on the source disk. Now, these changes should reflect in the file on the destination disk also. In order to achieve this, I copied the file again from source to destination. Since the file is a large one this method is not efficient. Because, for any minute change, I have to copy the entire thing. Is there any way to copy only the updated portion from the file on the source disk to the file on the destination disk? Hoping to get a reply soon. Thanks in advance. regards, Jahfer V P. - |
