<HTML>
<HEAD>
<TITLE>IsDataType</TITLE></HEAD><BODY><H6><A href=main.html>Contents page</A></H6><P>
<H6><A href=Main.html>Index</A></H6><P>
<H1>IsDataType</H1>
<HR>
AFDataType/IsDataType<P>
<PRE>
  BOOL = IsDataType(char *file)<P>

  DESCRIPTION
    This member can be called to see if a datatype exists to support the given file.<P>

  INPUTS
    file - pointer to a file name<P>

  RESULT
    TRUE - if a datatype exists
    FALSE - if a datatype doesn't exist<P>

  BUGS
    none known<P>

  SEE ALSO
    none
<HR>
