Vocabularyio.pathnamesWord descriptionA variable holding the current directory as an absolute path. Words that use the filesystem do so in relation to this variable.
This variable should never be set directly; instead, use
set-current-directory or
with-directory. This preserves the invariant that the value of this variable is an absolute path.
See alsocd,
cwd,
set-current-directory,
with-directoryVariable valueCurrent value in global namespace:
"/home/sheeple/builds/2012-01-03-00-15/factor"
Definition