ImageEn, unit hyieutils

IEFilenameInExtensions


Declaration

function IEFilenameInExtensions(const sFileName, sExtensions : String) : Boolean;


Description

Returns true if the filename has an extension listed in those passed (in format '*.jpeg;*.jpg;*.gif;');

For example: IEFilenameInExtensions('C:\File.avi', '*.AVI;*.mpg;*.mpeg') would return true


See Also

 File Format Methods