find utility in java
Hi
I am planning to write a "find" utility in java to search for any file on my system. It'll be something similar to windows "find files or folders".
I don't know if java has provided some built in APIs for it or not?
Please help me if there is any such API.
Thanks
Neeraj

