Currently I'm trying to code a document that is able to read the number of sentences in a document as well as the characters, words, and declarations within the document. I'm using mac OSX at the moment and am stuck trying to get the file to output the proper information. Are there special permissions that need to be made within the mac environment?
Update:
I've found a temporary work around for the moment. I discovered the original file has different permission settings and basically copy and pasted the text within the file into a new one entirely. Seems that if permissions are not set properly for the file then it will not be able to read into the file, yet still state the file is there.