image ( -- path )
Factor documentation > Factor handbook > The implementation > System interface
Prev:vm ( -- path )
Next:nano-count ( -- ns )


Vocabulary
system

Inputs and outputs
patha pathname string


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

Variable value
Current value in global namespace:
"/Users/jbenedik/tmp/factor-0.94/factor.image"


Definition
USING: namespaces ;

IN: system

: image ( -- path ) \ image get-global ;