[ANN] FileCmp.jl

FileCmp.jl is in the General Registry.

FileCmp.filecmp(path1, path2) returns true if the files at path1 and path2 are byte-for-byte equal.

There was a Discourse post on this a few years ago, linked from the README linked above. It was never followed up with a package. I needed a function like this, so I put a package together

12 Likes

I had been using Steven’s solution from the post you’re probably referring to in Franklin and related packages, nice to see a well packaged and clean solution to use, I will definitely give it a shot, thanks!

Yes, that’s it.