EXE_GetTypeName

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Exe (Executable info) >

EXE_GetTypeName

 

Description

 

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

 

Syntax

 

s = EXE_GetTypeName(FileName)

 

Returns

 

String.

 

Parameters

 

Name

Type

Optional

Meaning

FileName

String

No

Name of an exe or dll file





 

Remarks

 

Restrictions

 

See also

 

Examples