Skip to content

READ (File Access)


File access specifier

Syntax

` Open filename As String For Binary Access Read As #filenum As Integer

`

Description

Specifier for the Access clause in the Open statement. Read specifies that the file is accessible for input.

Examples

See example at Access

Differences from QB

  • None known.

See also

  • Access
  • Open

Back to DocToc

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft