CsvFileOutputRecordStream.Path
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
CsvFileOutputRecordStream.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 CsvFileOutputRecordStream .
Remarks
An empty string is returned if this stream is not currently associated with an open file. Path is set implicitly by calling CsvFileOutputRecordStream.Open and cleared by calling CsvFileOutputRecordStream.Close .