Handbook
Glossary
hosts-path ( -- path )
Vocabulary
etc-hosts
Inputs
None
Outputs
path
an
object
Definition
USING:
system
;
IN:
etc-hosts
HOOK:
hosts-path
os
( -- path )
Methods
USING:
etc-hosts
system
;
M:
unix
hosts-path
"/etc/hosts"
;
USING:
environment
etc-hosts
io.pathnames
system
;
M:
windows
hosts-path
"SystemRoot"
os-env
"System32/drivers/etc/hosts"
append-path
;