image-path ( -- path )
Factor handbook » The implementation » System interface

Prev:vm-path ( -- path )
Next:nano-count ( -- ns )


Vocabulary
system

Inputs
None

Outputs
patha pathname string


Word description
Outputs the pathname of the currently running Factor image.

Variable value
Current value in global namespace:
"/Users/jbenedik/builds64/2024-04-17-04-24/factor/factor.image"


Definition