closedir(entry)
opendir(entry)
readdir(entry)
systemNT(command)
telldir(entry)
The format of the closedir routine is:
closedir(entry)
A description of each parameter follows:
The format of the Exit routine is:
Exit(status)
A description of each parameter follows:
The format of the opendir routine is:
opendir(entry)
A description of each parameter follows:
The format of the readdir
readdir(entry)
A description of each parameter follows:
Function seekdir sets the position of the next readdir() operation
on the directory stream.
The format of the seekdir routine is:
closedir(entry,position)
A description of each parameter follows:
Function systemNT executes the specified command and waits until it
terminates. The returned value is the exit status of the command.
The format of the systemNT routine is:
systemNT(command)
A description of each parameter follows:
Function telldir returns the current location associated with the
named directory stream.
The format of the telldir routine is:
telldir(entry)
A description of each parameter follows: