file access again
- Posted by useless_ Dec 30, 2012
- 1215 views
My app does
writefile = open(writefilename,"ab") -- and open a new file
and i get a -1. The problem is that's wrong.
I can :
- open dosbox, type D:\ngrams\dbpedia\props3\A\Autism.txt -- prints to screen
- open dosbox, dir D:\ngrams\dbpedia\props3\A\Autism.txt -- prints data about
- open dosbox, edit D:\ngrams\dbpedia\props3\A\Autism.txt -- opens dos editor
- open Textpad, open and edit and save file -- performs properly
All jokes about autism and Aspergers aside, what is the malfunction here? When Eu returns -1 as writefile, there is no data to understand whatever it's problem is.
useless