diff options
-rw-r--r-- | doc/ref/ChangeLog | 4 | ||||
-rw-r--r-- | doc/ref/posix.texi | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 1847fc507..a3f4398d6 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -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. diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi index f81abbc6b..34194fb19 100644 --- a/doc/ref/posix.texi +++ b/doc/ref/posix.texi @@ -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 |