Perl Programming/Keywords/telldir

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Previous: tell Keywords Next: tie

The telldir keyword[edit | edit source]

The telldir returns the current position of readdir routines on DIRHANDLE. The value may be passed to seekdir to access a particular location in a directory.

Syntax[edit | edit source]

  telldir DIRHANDLE

See also[edit | edit source]

chdir closedir mkdir opendir readdir rewinddir rmdir seekdir telldir
Previous: tell Keywords Next: tie