IEFilenameInExtensions
Declaration
function IEFilenameInExtensions(const FileName, Extensions: 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