Table of Contents

FILEATTR

Returns the handler or the access mode of an OPEN file

Implemented by: bw32, QBasic, VBDOS, FreeBASIC

With variations:

Also written as:

Usage

VAR = FILEATTR(filenumber, whattoreturn)

where filenumber is the numerical identifier of an open file, such as #1, and whattoreturn can be either:

Variations

Examples

Comments

Similar keywords

In other languages...

References