src/Pure/library.ML
changeset 3606 5d7073700fbc
parent 3553 a148c7e7152e
child 3624 36e19fce289e
--- a/src/Pure/library.ML	Wed Aug 06 00:29:02 1997 +0200
+++ b/src/Pure/library.ML	Wed Aug 06 00:29:54 1997 +0200
@@ -873,6 +873,8 @@
                   (rm_points (space_explode "/" (tack_on cwd file)) [])
   end;
 
+fun file_exists file = (file_info file <> "");
+
 
 (** misc functions **)