next up previous contents index
Next: fdRead Up: Functions and procedures Previous: fdOpen

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

For an example, see fdOpen.



Michael Van Canneyt
Tue Mar 31 16:46:10 CEST 1998