mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 14:50:19 +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>
|
2008-04-15 Ludovic Courtès <ludo@gnu.org>
|
||||||
|
|
||||||
* api-data.texi (Keywords): Mention postfix syntax.
|
* 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 lisp
|
||||||
@end deffn
|
@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
|
@node User Information
|
||||||
@subsection User Information
|
@subsection User Information
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue