CsvFile.Create (gb.util)
Static Function Create ( Path As String [ , Separator As String, Escape As String, Charset As String ] ) As CsvFile
Since 3.15
Create a new
CSV
file, and return a
CsvFile object for manipulating it.
-
Path : The path of the CSV file.
-
Separator : The separator character. By default it is a comma.
-
Escape : The escape character. By default it is a quotation mark.