]> gitweb.factorcode.org Git - factor.git/commitdiff
io.files: deprecate exists?.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 30 Dec 2021 02:28:35 +0000 (18:28 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 30 Dec 2021 02:28:35 +0000 (18:28 -0800)
core/io/files/files.factor

index 4c859b68f2e86ee187eff3b527d4de28e7a7b970..543622c1d13ded074f72ff24f9c6ff932e3f7bea 100644 (file)
@@ -73,7 +73,7 @@ HOOK: (file-appender) io-backend ( path -- stream )
 : file-exists? ( path -- ? )
     normalize-path native-string>alien (file-exists?) ;
 
-ALIAS: exists? file-exists?
+ALIAS: exists? file-exists? deprecated
 
 ! Current directory
 <PRIVATE