This new dbase::File struct allows to open a .dbf file in read or write or read+write mode.
This allows to read and modify a file
without having to first read eveything using dbase::Reader, make in memory modifications then write using dbase::TableWriter.
This new dbase::File struct allows to open a .dbf file in read or write or read+write mode.
This allows to read and modify a file without having to first read eveything using dbase::Reader, make in memory modifications then write using dbase::TableWriter.
close #28