CheckExtn.c



BOOL CheckExtn(char *string, char *ext)

Inputs

char *string String to be checked for given extension
char *extn Extension to check for

Returns

BOOL Found?

Description

Check the extension of a filename. For use on machines like VAXes, MS-DOS and Amigas, everything is converted to upper case first.

Created: 18.06.93 Last Modified: 18.06.93