READ WRITE (File Access)
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgReadWriteFile
- Last revised: 2016-02-10
File access specifier
Syntax
` Open filename As String For Binary Access Read Write As #filenum As Integer
`
Description
Specifier for the Access clause in the Open statement. Read Write specifies that the file is accessible for both input and output.
Examples
See example at Access
Differences from QB
- None known.
See also
AccessOpen
Back to DocToc