EXE_GetMachineName

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Exe (Executable info) >

EXE_GetMachineName

 

Description

 

Returns the architecture type of an image file.

An image file can only be run on the specified computer or a system that emulates the specified computer.

 

Syntax

 

s = EXE_GetMachineName(FileName)

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

FileName

String

No

Name of an exe or dll file

 

Remarks

 

Restrictions

 

See also

 

Examples