%FIO_Close function


Function
The function closes the specified file. The file must be opened.
Declaration
BOOL %FIO_Close(
   INT in handle
 )
Parameters
handleThe 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.
Napíšte komentár