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

[319 byte] By [neejain] at [2007-9-26 3:12:17]
# 1
have a look in the java.io.* packageespecially every class that contains the word 'file'in the name.oh and swing or awt for the frontend if this isn't obviousSpieler
spieler at 2007-6-29 11:20:36 > top of Java-index,Core,Core APIs...