52.9 FileNameCharTable

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

Previous Up Top
Index

GAP 3.4.4
April 1997