ImageEn, unit iexUtils

IEFileExtInExtensions

IEFileExtInExtensions

Declaration

function IEFileExtInExtensions(sFileExt : String; const sExtensions : 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: sExtensions can be '*.*';

See Also

File Format Methods