New CsvFile (gb.util)
Dim hCsvFile 
As CsvFile
hCsvFile 
= New CsvFile ( Path As String [ , Separator As String, Escape As String, Charset As String, NoDiacritics As Boolean ] )
 
Open a 
CSV file for reading.
  - 
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.
 
  
This is a synonymous of the 
Open method.