Search for a word in a File
Hi,
I have 2 files[word document] which contains many datas. Let it be a.doc and b.doc. I have to search for a word in a.doc up to first space and check it if exists that word in b.doc. Pls help me out..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
StefanPosted Apr 22, 2009, 10:29 AM
Reading a .doc file or a .docx file is not as simple as reading a normal file. A .doc file is basically a .zip file that contains xml files. Here's a tutorial to help get you started.
FaizalRahman PPosted Apr 22, 2009, 12:04 AM
StefanPosted Apr 21, 2009, 9:32 PM