The is a simple class to read a line from a file. This class also recognized and will handle '#include' files. |
Author | Fred McGuirk |
Date | Feb 23, 2007 |
Outputfile | file_reader.pvc |
Forcelinenumbers | false |
Open the specified file for reading and start a counter to keep track of the number of INLCUDE files that are referenced. The [ProvideX Class:path_resolver] object will be used to expand the name of the INCLUDE file. | ||||||
|
PROPERTY _version$
| ||
PROPERTY aTracker
| ||
| ||
FUNCTION getEOF() Get the end of file status | ||||
| ||||
FUNCTION read$() Read a line of text from the file. | ||||
| ||||
FUNCTION setIgnoreIncludes(inBoolean) Set a flag to disable processing of '#include' references | ||||
|
![]() |