Add

Top  Previous  Next

Call this method to add a single file to the list of files for processing by one of the execute methods.

 

You can add DBF, DAT, MID and CSV files, but not mix different file types.

 

If you use CSV files, remember to set CodePageCSV. Codepage for other file types gets auto-detected: DAT files from their TAB counterpart and MID files from their MIF counterpart. DBF gets detected from the internal header.

 

Syntax: Add(filename: string)

 

In RW Net Standard you can only add 1 file in total. If you add another one, the previous one gets removed from the list.