Re: Compare directories

2017-02-12 Thread Gary Gregory
I would put that in its own class. FU is a bad name to start with, esp in this case where you are comparing directories. Gary On Feb 12, 2017 8:21 AM, "J. Fiala" wrote: Hi there, Currently it seems there is no utility method to compare two directory structures:

Compare directories

2017-02-12 Thread J. Fiala
Hi there, Currently it seems there is no utility method to compare two directory structures: http://stackoverflow.com/questions/14522239/test-two-directory-trees-for-equality/42189853#42189853 I did a first rough implementation for Java 7 NIO and posted it at SO, please advise if it makes