Document file-exists?
authorNeil Jerram <neil@ossau.uklinux.net>
Thu, 17 Apr 2008 20:36:20 +0000 (21:36 +0100)
committerNeil Jerram <neil@ossau.uklinux.net>
Thu, 17 Apr 2008 20:36:20 +0000 (21:36 +0100)
doc/ref/ChangeLog
doc/ref/posix.texi

index 371cac3a82e92b38076f754b7ab14b48c2b73dce..a5a9665336acc938bae5d15b27e6c36dc2520242 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-17  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * posix.texi (File System): New doc for file-exists?.
+
 2008-04-15  Ludovic Courtès  <ludo@gnu.org>
 
        * api-data.texi (Keywords): Mention postfix syntax.
index b9552865f94facf9fc18a2fa49b3015105e3a702..19eb5683c4cc6992788353437115c83c806593dd 100644 (file)
@@ -956,6 +956,11 @@ If @var{suffix} is provided, and is equal to the end of
 @end lisp
 @end deffn
 
+@deffn {Scheme Procedure} file-exists? filename
+Return @code{#t} if the file named @var{filename} exists, @code{#f} if
+not.
+@end deffn
+
 
 @node User Information
 @subsection User Information