mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 06:20:23 +02:00
Document file-exists?
This commit is contained in:
parent
6bb1dc98b9
commit
839e63263c
2 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue