function filenameMemo: string;
Function filenameMemo() returns a name of a memo file which is associating with the current dbf file.
Usually it has and extension .fpt for FoxPro, Visual FoxPro, .dbt for any dBase, .smt for SMT.
begin
// your code
writeln( dbf.filenameMemo );
// your code
end;