]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/command-line/command-line.factor
io.files: exists? -> file-exists? and rename primitive.
[factor.git] / basis / command-line / command-line.factor
index a90f7f5ad1c369d388b994639fc06d20cbd7fb35..18ffec89255bd797af5e0f5e85d0fb1137c2d2b7 100644 (file)
@@ -41,7 +41,7 @@ SYMBOL: command-line
 
 : load-vocab-roots ( -- )
     "user-init" get [
-        "~/.factor-roots" dup exists? [
+        "~/.factor-roots" dup file-exists? [
             utf8 file-lines harvest [ add-vocab-root ] each
         ] [ drop ] if
         "roots" get [