Opens a file ready to read.
Syntax
ISFileReader.Open(fileName, [importType], [headerLine], [encodeNewLineCharacters])
Parameters
| Name | Type | Optional | ByRef | Description |
| fileName |
String |
|
|
The file to read. |
| importType |
iseFileReaderFileType |
Optional |
|
If omitted, a value of iseFileReaderFileType.Unspecified is assumed. |
| headerLine |
Boolean |
Optional |
|
If omitted, a value of True is assumed. |
| encodeNewLineCharacters |
Boolean |
Optional |
|
If True \n is converted to a linefeed, \r to carriage returns and \\ to \
If omitted, a value of False is assumed. |
Return Value
Boolean
- Member of:
- ISFileReader
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0