checkContextBit
checkContextBit(t_contextPath) =>t_type
Description
Checks and returns the context type of the specified context file.
Arguments
Value Returned
|
A string (either "32bit" or "64bit") representing the context type. If the specified file is not a context file, the function displays an error message. |
Examples
checkContextBit("./myContext.cxt")
=> "32bit"
Related Topics
Return to top