cppfs
cppfs copied to clipboard
Diff not handle folders been relplace by files with same name
If you have two file Tree and call auto diff = tree0.createDiff(tree1);
if tree0
has a folder called foo
and tree1
has had that folder removed and a file added called foo
the resulting diff will not contain info about the file.