Unit 'FileUtil' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

GetAllFilesMask

Gets the file mask representing all files in a file filter.

Declaration

Source position: fileutil.pas line 69

function GetAllFilesMask: string;

Function result

The All Files mask for the platform.

Description

GetAllFilesMask returns a File Mask suitable for showing in a filter for a Open File Dialog. For Windows, '*.*' is returned; on other operating systems '*' is used.

Version 4.6 Hosted on Source Forge