FILE

Top  Previous  Next

The FILE data type is used to represent open files in the file system. When a file is created or opened, an ID (FILE) is returned, and this ID is used in all file operations (Read, Write etc.)

 

Please see the section about the file system for more information.

 

A FILE data type occupies 2 bytes of storage.