IEFileExtInExtensions
Declaration
function IEFileExtInExtensions(FileExt: string; const Extensions: string): Boolean;
Description
Returns True if the extension (with or without the dot) is listed in those passed (in format '*.jpeg;*.jpg;*.gif;');
For example: IEFilenameInExtensions('.avi', '*.AVI;*.mpg;*.mpeg') would return True
Note:
Extensions can be '*.*';
See Also
◼File Format Methods