Concept Framework 2.2 documentation Contents | Index

standard.C.io.readdir

Name Version Deprecated
readdir version 1.0 no

Prototype:
number readdir(number dir_descriptor)

Parameters:
dir_descriptor      a valid directory identifier returned by the opendir function.

Description:
The readdir function returns an identifier to the next directory entry. It returns null upon reaching the end of the directory or detecting an invalid seekdir operation. You can apply the dirname function to obtain the directory name.

Returns:
Returns an identifier to the next directory entry or null.

Documented by Simona Plesuvu, generation time: Sun Jan 27 18:15:16 2013 GMT(c)2013 Devronium Applications