Concept Framework 1.0 documentation Contents | Index

standard.C.io.telldir

Name Version Deprecated
telldir version 1.0 no

Prototype:
number telldir(number dir_descriptor)

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

Description:
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.

Returns:
Returns the current position in the directory.

Documented by Simona Plesuvu, generation time: Thu Oct 15 20:02:04 2009 GMT(c)2009 RadGs Software