#Dos Library
Andy;
I think it was a design change. I delieve Commodore shouldn't have made a
design change like that because it was documented the old way.
MODE_READWRITE first came out in 1.2 and the Enhancer manual showed it.
It's also showed the old way in the 1.3 include files listed below.
* Mode parameter to Open() MODE_OLDFILE EQU 1005 * Open
existing file read/write * * positioned at
beginning of file. MODE_NEWFILE EQU 1006 * Open freshly created
file (delete * * old file) read/write
MODE_READWRITE EQU 1004 * Open old file w/exclusive lock
I'd appreciate it if you would look into it and see if it was a design
change.
Ed