Concept Framework 2.0 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: Fri Jan 21 18:06:20 2011 GMT(c)2011 RadGs Software