Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>gifisgif()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    gifIsGIF()

         Indicates if a file has GIF format or not

    Syntax:

         gifIsGIF ( cFile ) -> lIsGIF

         cFile : Name of the GIF file

    Description:

         This function returns a logic indicating if the file is GIF or not.
         The rest of GIF functions use this function to decide when to
         return some value.

    Return:

         .T. if the file is GIF or .F. if it does not have GIF format or
         does not exist.

    Example:

         ? gifIsGIF ( "c:\xx\giveme.gif" )

See Also: gifVersion()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson