File system

File system seekdir

seekdir

// INCLUDE
#include <dirent.h>

// PROTOTYPE
void seekdir(DIR* pdir, long loc)
  • dirp: The DIR* returned by opendir.
  • loc: The location previously saved by telldir.