Concept Framework 1.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: Thu Oct 15 20:02:04 2009 GMT(c)2009 RadGs Software