Closes data file.
Syntax
intl DlFileClose (DlFileId hFile)
Arguments
hFile
Handle to the data file object, as returned by DlFileOpen. Input
Return Value
TRUE if successful, else FALSE if failure.
Notes
DlFileClose closes the open data file and deallocates its associated memory, invalidating the file handle.
See Also
DlFileOpen