From: Vinay M. <i.m...@gm...> - 2007-09-25 02:15:07
Hi everyone,
I am currently implementing the search class to search files on hard disk.
The basic GUI has been implemented. I am looking for some efficient java API
for the files search.
Vinay
From: Chabaane, z. <cha...@ya...> - 2007-09-25 03:26:16
Vinay Mandal wrote:
> Hi everyone,
>
> I am currently implementing the search class to search files on hard
> disk. The basic GUI has been implemented. I am looking for some
> efficient java API for the files search.
>
> Vinay
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> ------------------------------------------------------------------------
>
> Algol-devel mailing list
> Alg...@li...
> https://lists.sourceforge.net/lists/listinfo/algol-devel
>
Hi Vinay,
1. You don't need a GUI.
2. Also you don't need API.
3. Just coding a simple class contains :
- Function "public String[] search(String FileName) {..}".
4.http://algol.svn.sourceforge.net/viewvc/algol/algol/src/algol/StreamingSrv.java?revision=72&view=markup
this an example for searching file (lines 224->284).
Thanks,
ohloh profile <http://www.ohloh.net/accounts/9665?ref=Tiny>
ohloh profile for CLoOVeR