FIO_Close
%FIO_Close function
Function
The function closes the specified file. File must be opened.
Declaration
BOOL %FIO_Close(
INT in handle
)
Parameters
handle | Value of a file, returned by the functions %FIO_Create %FIO_OpenAppend or %FIO_OpenRead. |
Return value
@TRUE - file closed, @FALSE - cannot close the file.
Related pages: