Function BinaryName() Foundation
Determines the name of the EXE or DLL.
BinaryName( [<lFullQualifiedName>] ) --> cBinaryFileName
BinaryName( <nCallLevel> [,<lFullQualifiedName>] ) --> cBinaryFileName
The function returns the name of the DLL or EXE file as a character string.
BinaryName() determines the name of the DLL or EXE file containing the code which calls the BinaryName() function. This can be used, for example, for loading resources from a DLL using the LoadResource() function, without having to specify the DLL's name as a string literal.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.