[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'FileUtil' (#lazutils)

GetExeExt

Returns the file extension (including the starting .) for an executable file on the platform.

Declaration

Source position: fileutil.pas line 69

function GetExeExt: string;

Function result

Returns '.exe' on Windows, or an empty string for other platforms.


Version 3.2 Generated 2024-02-25 Home