Windows PowerShell command on Get-command telldir
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man telldir

Standard C Library Functions telldir(3C)

NAME

telldir - current location of a named directory stream

SYNOPSIS

#include

long int telldir(DIR *dirp);

DESCRIPTION

The telldir() function obtains the current location associ-

ated with the directory stream specified by dirp. If the most recent operation on the directory stream was a seekdir(3C), the directory position returned from the

telldir() is the same as that supplied as a loc argument for

seekdir().

RETURN VALUES

Upon successful completion, telldir() returns the current

location of the specified directory stream.

ERRORS

The telldir() function will fail if:

EOVERFLOW The current location of the directory cannot be stored in an object of type long.

ATTRIBUTES

See attributes(5) for descriptions of the following attri-

butes:

____________________________________________________________

| ATTRIBUTE TYPE | ATTRIBUTE VALUE |

|_____________________________|_____________________________|

| Interface Stability | Committed |

|_____________________________|_____________________________|

| MT-Level | Safe |

|_____________________________|_____________________________|

| Standard | See standards(5). |

|_____________________________|_____________________________|

SEE ALSO

opendir(3C), readdir(3C), seekdir(3C), attributes(5), stan-

dards(5)

SunOS 5.11 Last change: 14 Aug 2002 1




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™