JCL Help:GetFileExeType

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the type of executable file.


Pascal

 function GetFileExeType(const FileName: TFileName): TJclFileExeType;


Parameters

Parameters Description
const FileName: TFileName Fully qualified name of the file to test.


Return Value

If the function succeeds it returns the type of executable file represented by the TJclFileExeType type. If the function fails it returns etError.


Description

GetFileExeType returns the type of executable file of the specified file.


About

Unit

JclShell


Donator

Petr Vones


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page