FileNameCharTable( tblname )
returns the value of the filename component of the information record
in LIBLIST for the table with admissible name tblname, if exists;
otherwise false is returned.
gap> FileNameCharTable( "M22mod3" );
"ctbmathi"
gap> FileNameCharTable( "J5" );
false
GAP 3.4.4