Parsing a Directory of files - Check for a String
- by i.h4d35
This is my first post here so kindly pardon any mistakes that I have. I'm still learning to find my way around Stack Exchange.
I am trying to write a Java program that tries to scan a Directory full of either .txt,.rtf or.doc files(and none other). The aim is to search all the files in the directory, and find out if a particular string exists in…