Re: file access again
- Posted by DerekParnell (admin) Dec 30, 2012
- 1154 views
KAT said...
My app does
writefile = open(writefilename,"ab") -- and open a new file
and i get a -1. The problem is that's wrong.
What happens when you open it as "rb" instead of "ab"?