How to quickly find added / removed files?

前端 未结 10 2526
情深已故
情深已故 2020-12-25 08:28

I am writing a little program that creates an index of all files on my directories. It basically iterates over each file on the disk and stores it into a searchable database

10条回答
  •  孤城傲影
    2020-12-25 09:00

    I haven't checked the implementation or the performance, but commons-io has an listFiles() method. It might be worth a try.

提交回复
热议问题