Class TFileInput
TFileInput -> TInput
Instances of TFileInput represent an input stream
associated with a file.
constructor
TFileInput constructor fileName
Opens the file for reading.
- Parameters:
- fileName -
String containing the path name of the file to read.
-
If the file identified by fileName could not be
opened for reading then a runtime error occurs. This can happen
if the process has insufficient previleges or if fileName
refers to a nonexisting path.
Report a bug or request new features
© 2002