WhiteTown
Products
Downloads
Order
Support
CDBFAPI
/
filename
char* filename(cdbfapiPlus* handle);
Overview
C
C++
C#
Delphi
Objective-C
Swift
Function filename() returns a name of a current dbf file.
{ // your code printf( "%s\n", filename(dbf) ); // your code }