Can anybody tell me how to access index.dat files through a java application?Index.dat files store our internet surfing information.Reply soon.Thanq
Printable View
Can anybody tell me how to access index.dat files through a java application?Index.dat files store our internet surfing information.Reply soon.Thanq
In which browser and where is it? :)
It is probably a binary file and you can read binary files only if you know its structure in detail. Again, you will need to research.