| Name | Description | |
|---|---|---|
| Close | Close the File Reader. | |
| ColumnsDefine | Allows you to override Column defintions via a simple header string | |
| Open | Opens a file ready to read. | |
| ReOpen | Reopens the File and moves back to the Start of the File. | |
| ReadLine | Reads a line from the file. |
| Name | Description | |
|---|---|---|
| Columns Read-Only | ||
| EncodeNewLineCharacters Read-Only | ||
| EndOfFile Read-Only | Returns true if the End of the File has been reached. | |
| FileName Read-Only | ||
| ImportType Read-Only | ||
| IsOpen Read-Only | Indicates whether a File is Open. | |
| Length Read-Only | Returns the length in bytes of the file. | |
| LinesRead Read-Only | The number of Lines Read since opening of reopening the file. | |
| PercentOfFileRead Read-Only | Returns the percentage (0 to 100) of the file read. | |
| Position Read-Only | Returns the current position in the file. |