Module nix::dirent [] [src]

Directory Stream functions

Further reading and details on the C API

Structs

DirectoryEntry

A directory entry

DirectoryStream

Directory Stream object

Functions

dirfd
fdopendir

Returns directory stream corresponding to the open file descriptor fd

opendir

Opens a directory stream corresponding to the directory name.

readdir

Returns the next directory entry in the directory stream.

seekdir

Sets the location in the directory stream from which the next readdir call will start.

telldir

Returns the current location associated with the directory stream.