next up previous contents index
Next: fdFlush Up: Functions and procedures Previous: FD_Set

fdClose

   

Declaration:

Function fdClose (fd:longint) : boolean;

Description:

fdClose closes a file with file descriptor Fd. The function returns True if the file was closed successfully, False otherwise.

Errors:

Errors are returned in LinuxError

See also:

fdOpen, fdRead, fdWrite,fdTruncate, fdFlush, seefFdSeek

For an example, see fdOpen.



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998