Click or drag to resize

FileCsvDocumentRead Method (String)

Reads a CSV file from disk. The file is assumed to have no header row.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static FileCsvDocument Read(
	string path
)

Parameters

path
Type: SystemString
The path of the file to read.

Return Value

Type: FileCsvDocument
A new document populated with the contents of the file.
See Also