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
Syntaxpublic static FileCsvDocument Read(
string path
)
Public Shared Function Read (
path As String
) As FileCsvDocument
Parameters
- path
- Type: SystemString
The path of the file to read.
Return Value
Type:
FileCsvDocumentA new document populated with the contents of the file.
See Also