Data Type of a File Object

The File Object is an instance of the File class. A file object is declared using the File data type. For example,

Local File &MYFILE;

This creates an object &MYFILE of the class File.