Parameter for DosOpen Open existing file read/write
Source position: amigados.pas line 44
const MODE_OLDFILE = 1005; |
Open existing file read/write and set file position to beginning of file. Other programs can still access this file. (e.g. shared reading)
|
Open a file for input or output |