Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
readdir | version 1.0 | no |
number readdir(number dir_descriptor) |
dir_descriptor | a valid directory identifier returned by the opendir function. |
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. |
Documented by Simona Plesuvu, generation time: Thu Oct 15 20:02:04 2009 GMT | (c)2009 RadGs Software |