mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +02:00
doc: Add link from `opendir' to (ice-9 ftw).
* doc/ref/posix.texi (File System): Add link to "File Tree Walk".
This commit is contained in:
parent
7948c5d9eb
commit
46e78202f0
1 changed files with 4 additions and 0 deletions
|
@ -843,6 +843,10 @@ be empty for this to succeed. The return value is unspecified.
|
||||||
@cindex directory contents
|
@cindex directory contents
|
||||||
Open the directory specified by @var{dirname} and return a directory
|
Open the directory specified by @var{dirname} and return a directory
|
||||||
stream.
|
stream.
|
||||||
|
|
||||||
|
Before using this and the procedures below, make sure to see the
|
||||||
|
higher-level procedures for directory traversal that are available
|
||||||
|
(@pxref{File Tree Walk}).
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn {Scheme Procedure} directory-stream? object
|
@deffn {Scheme Procedure} directory-stream? object
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue