
Dave Smith - 2015-06-21 15:07:07 -
In reply to message 1 from Gary England
Looks like those are executables he is using in a shell to read doc and pdf files. If they aren't found then the class will return the integer 0, which I am assuming is being used as false.
If you have the files available on your system, you can provide your own path to them. If you don't, then attempting to read these file types will fail.
Dave