openInput

openInput(fName: String) updating;

The openInput method of the File class opens the file specified in the fName parameter for input.

The openInput method is equivalent to setting the file name, setting the mode to Mode_Input, and then opening the file.