|
-
March 8th, 1999, 01:39 AM
#1
Re: HELP: I need an help on search program!!
Hi,
You should have the list of the file names in a file or have the name of the directory containing the files.
Suppose you have the file containing the file names.Open the stream to the first file name in that file using BufferedStreamReader.
Read the file line by line using readLine() function.
Check for the existence of the string in that line using indexOf() function.
If it is there write the name of thePOST http://www.codeguru.com:80/java/bbs/index.perl?post HTTP/1.0
Cookie: Java Discussion Board
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|