Copyright © tutorialspoint.com
Syntax
Definition and UsageSets the current position within DIRHANDLE to POS. The value of POS must be a value previously returned by telldir. seekdir() function is similar to Unix seekdir() system call. Return Value
ExampleCreate one directory testdir inside /tmp and Try out following example:
It will produce following results:
|
Copyright © tutorialspoint.com