[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
Close file descriptor
Source position: oldlinux.pp line 1383
function fdClose( |
fd: LongInt |
):Boolean; |
fdClose closes a file with file descriptor Fd. The function returns True if the file was closed successfully, False otherwise.
For an example, see fdOpen.
Errors are returned in LinuxError.
|
Open file and return file descriptor |
|
|
Read data from file descriptor |
|
|
Write data to file descriptor |
|
|
Truncate file on certain size. |
|
|
Flush kernel file buffer |
|
|
Set file pointer position. |
No notes exist for this page yet.