| [Overview][Constants][Types][Procedures and functions][Index] | 
Close directory file descriptor
Source position: bunxh.inc line 73
| 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 |