]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/io/files/acls/macosx/macosx.factor
io.files: exists? -> file-exists? and rename primitive.
[factor.git] / extra / io / files / acls / macosx / macosx.factor
index c26be9572ccafca5517c8832258b786c643b5aee..b7dbc4b3f15b5a3d5abfe7e06172dab4c1af86e4 100644 (file)
@@ -25,7 +25,7 @@ IN: io.files.acls.macosx
     clear-errno
     ACL_TYPE_EXTENDED acl_get_file dup [
         errno ENOENT = [
-            [ path exists? ] preserve-errno
+            [ path file-exists? ] preserve-errno
             [ drop f ] [ throw-errno ] if
         ] [
             throw-errno