Next: , Previous: , Up: glibc   [Index]


5.3 File system directories

The following bindings are exported by the (vicare glibc) library.

Function: dirfd stream

Interface to the C function dirfd(), (libc)dirfd. Acquire a file descriptor associated to stream, which must be an instance of directory-stream; posix dir for details. If successful return a fixnum representing the file descriptor, else raise an exception.