[Overview][Constants][Types][Procedures and functions] | Reference for unit 'BaseUnix' (#rtl) |
Close directory file descriptor
Source position: bunxh.inc line 69
function FpClosedir( |
var dirp: Dir |
):cint; |
FpCloseDir closes the directory pointed to by dirp. It returns zero if the directory was closed succesfully, -1 otherwise.
For an example, see fpOpenDir.
Extended error information can be retrieved using fpGetErrno.
|
Open a directory for reading |
|
|
Read entry from directory |
No notes exist for this page yet.