]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/alien/libraries/finder/windows/windows.factor
io.files: exists? -> file-exists? and rename primitive.
[factor.git] / basis / alien / libraries / finder / windows / windows.factor
index e9a5202ce230bf6d32d99de0b393a48caf507d3c..4c6586f719168780a210f92a94a47f9fc4660e28 100644 (file)
@@ -32,7 +32,7 @@ IN: alien.libraries.finder.windows
 
 : find-library-paths ( name -- path/f )
     candidate-paths [
-        { [ exists? ] [ file-info regular-file? ] } 1&&
+        { [ file-exists? ] [ file-info regular-file? ] } 1&&
     ] find nip ;
 
 : find-library-file ( name -- path/f )