Close a file handle.
Source position: filutilh.inc line 224
procedure FileClose(
Handle: THandle
);
FileClose closes the file handle Handle. After this call, attempting to read or write from the handle will result in an error.
For an example, see FileCreate
None.
Create a new file and return a handle to it.
Write data from a buffer to a given file handle.
Open an existing file and return a file handle
Read data from a file handle in a buffer.
Truncate an open file to a given size.
Set the current file position on a file handle.