]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/alien/libraries/finder/macosx/macosx.factor
io.files: exists? -> file-exists? and rename primitive.
[factor.git] / basis / alien / libraries / finder / macosx / macosx.factor
index 795539f455443bd72b6196fca54b353ed8678e1f..0ff1c8457ab8f392714f9da8611d7460a81c4461 100644 (file)
@@ -122,7 +122,7 @@ PRIVATE>
 : dyld-find ( name -- path/f )
     dyld-search-paths [
         {
-            { [ dup exists? ] [ file-info regular-file? ] }
+            { [ dup file-exists? ] [ file-info regular-file? ] }
             { [ use-dyld-shared-cache? ] [ _dyld_shared_cache_contains_path ] }
             [ drop f ]
         } cond