]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/files/links/unix/unix.factor
io.files: exists? -> file-exists? and rename primitive.
[factor.git] / basis / io / files / links / unix / unix.factor
index 456ae95193290e3570eba818bf629b9732fb59bc..18e5a9c4f4899e051da7b54d7cf238332d208e3f 100644 (file)
@@ -15,4 +15,4 @@ M: unix read-link
 
 M: unix resolve-symlinks
     path-components "/"
-    [ append-path dup exists? [ follow-links ] when ] reduce ;
+    [ append-path dup file-exists? [ follow-links ] when ] reduce ;