- Function
Set the position of a directory stream.
- Header
- Declaration
void __fastcall__ seekdir (DIR* dir, long offset);- Description
seekdirsets the position of the directory stream pointed to bydirto the value given inoffset, which should be a value returned bytelldir.- Limits
- The function is only available as fastcall function, so it may only be used in presence of a prototype.
- Availability
POSIX 1003.1
- See also
- Example
None.