]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/image/primitives/primitives.factor
io.files: exists? -> file-exists? and rename primitive.
[factor.git] / basis / bootstrap / image / primitives / primitives.factor
index bdb095375839792c72d690ba4ae5c4c064cf6537..f9c9bc7680e85efd016e7381b6e079cb6417537c 100644 (file)
@@ -220,7 +220,7 @@ CONSTANT: all-primitives {
     {
         "io.files.private"
         {
-            { "(exists?)" ( path -- ? ) "existsp" { string } { object } f }
+            { "(file-exists?)" ( path -- ? ) "existsp" { string } { object } f }
         }
     }
     {