Comparing 2 files of the same name to find the latest

Havooma 156 Reputation points
2021-03-17T19:34:15.987+00:00

So Im sure this is an easy one. I have 2 files in different directories which are the same name. One is the 'source', the other is the 'destination' directory.

I am writing some code to look at whether there has been any change to the source and if so, I can then copy it to the destination. Just wondered what the best way is to compare the files. Would be keen to make sure I dont copy those that are have the same time/date!

Developer technologies | Windows Forms
0 comments No comments
{count} votes

1 additional answer

Sort by: Most helpful
  1. Kamarge Priyankara 1 Reputation point
    2021-03-17T19:54:18.477+00:00

    Yes, comparing the source and the destination timestamps are the best and the easiest way to identify any changes take plce

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.