next up previous contents index
Next: Uname Up: Functions and procedures Previous: SeekDir

TellDir

   

Declaration:

Function TellDir (p:pdir) : longint;

Description:

TellDir returns the current location in the directory structure pointed to by p. It returns -1 on failure.

Errors:

Errors are returned in LinuxError.

See also:

CloseDir, ReadDir, SeekDir, OpenDir, telldir (3)

For an example, see OpenDir.



Michael Van Canneyt
Tue Mar 31 16:46:10 CEST 1998