KCML_GetBinaryProgramInfo
Purpose
Get information about a binary program file
Definition
DEFSUB 'KCML_GetBinaryProgramInfo(filename$, BYREF info$()_KCML_BinaryProgramInfo)) AS Void
Parameters
| filename | Path to a program file |
| info | Information about the binary program |
Description
Opens the specified file and redims and populates info$() with information about the binary program contained within it. If the program is saved dual-binary, info$() will be redimmed to a two-element array and the alternate program header will be stored in the second element of the array; otherwise, info$() will be redimmed to a one-element array.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.