EXE_GetType

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Exe (Executable info) >

EXE_GetType

 

Description

 

Giving an executable file name, returns its type (numeric form).

 

Syntax

 

n = EXE_GetType(FileName)

 

Returns

 

Numeric

See Exe equates for possible values

 

Parameters

 

Name

Type

Optional

Meaning

FileName

String

No

Name of an exe or dll file





 

Remarks

 

Restrictions

 

See also

 

Examples