CsvFileInputRecordStream.Path
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
CsvFileInputRecordStream.Path
Syntax
Data Type
The path of the CSV file associated with this stream.
Purpose
Get the absolute path of the CSV file associated with this CsvFileInputRecordStream .
Remarks
An empty string is returned if this stream is not currently associated with an open file. Path is set implicitly by calling CsvFileInputRecordStream.Open and cleared by calling CsvFileInputRecordStream.Close .