<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Exe (Executable info) > EXE_PE_Is64 |
Description
Returns %TRUE if executable is a 64 bit executable
Syntax
n = EXE_PE_Is64(FileName)
Returns
Numeric
Parameters
Name |
Type |
Optional |
Meaning |
FileName |
String |
No |
Name of an exe or dll file |
Remarks
Restrictions
See also
Examples