func driverName() -> String
Function driverName() returns a name (if any) of a database driver for dBase Level 7 format.
This string is stored in a header of the dbf file.
This string is stored in a header of the dbf file.
{
// your code
print( dbf.driverName() )
// your code
}