[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
Read entry from directory
Source position: oldlinux.pp line 1436
function ReadDir( |
p: PDir |
):pdirent; |
ReadDir reads the next entry in the directory pointed to by p. It returns a pdirent pointer to a structure describing the entry. If the next entry can't be read, Nil is returned.
For an example, see OpenDir.
Errors are returned in LinuxError.
|
Close directory file descriptor |
|
|
Open directory for reading |
|
|
Seek to position in directory |
|
|
Return current location in a directory |
No notes exist for this page yet.