[Overview][Constants][Types][Procedures and functions] | Reference for unit 'BaseUnix' (#rtl) |
Read entry from directory
Source position: bunxh.inc line 68
function FpReaddir( |
var dirp: Dir |
):pDirent; |
FpReadDir reads the next entry in the directory pointed to by dirp. It returns a pdirent pointer to a dirent record describing the entry. If the next entry can't be read, Nil is returned.
For an example, see FpOpenDir.
Extended error information can be retrieved using fpGetErrno.
|
Close directory file descriptor |
|
|
Open a directory for reading |
No notes exist for this page yet.