Product Site

5.4.17.8. executable

Returns a new File instance of the full path of the currently executing interpreter.

See also method libraryPath.

Example 5.288. RexxInfo class — executable method
say .RexxInfo~executable    -- (Windows e.g.) C:\Program Files\ooRexx\rexx.exe
say .RexxInfo~executable    -- (Unix-like system e.g.) /usr/local/bin/rexx