CsvFileInputRecordStream.Open
- Updated2025-07-21
- 1 minute(s) read
CsvFileInputRecordStream.Open
Syntax
CsvFileInputRecordStream.Open( absolutePath)
Purpose
Open the file specified by the absolutePath argument, associating it with this CsvFileInputRecordStream .
Remarks
You will not normally need to call this method, as Engine.NewCsvFileInputRecordStream returns a stream already associated with an open file. When a CsvFileInputRecordStream is no longer needed, it should be closed by calling CsvFileInputRecordStream.Close . If it is not closed already, the stream will close automatically when the last reference to it is removed.
Parameters
absolutePath As String
[In] Specifies the absolute path to the CSV file.