Concept Framework 2.0 documentation | Contents | Index |
Name | Version | Deprecated |
telldir | version 1.0 | no |
number telldir(number dir_descriptor) |
dir_descriptor | a valid directory identifier returned by the opendir function. |
The telldir function returns the current location associated with the named directory stream. Values returned by telldir are good only for the lifetime of the current directory identifier opened with opendir, from which they are derived. If the directory is closed and then reopened, prior values returned by telldir will no longer be valid. |
Documented by Simona Plesuvu, generation time: Fri Jan 21 18:06:20 2011 GMT | (c)2011 RadGs Software |