What is the best way to find a directory with a specific name in Java? The directory that I am looking for can be located either in the current directory or one of its subdi
Divide and conquer? A naive approach: For every directory, you may start a task, it does the following: