Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%FIO_Close function


Function
The function closes the specified file. File The file must be opened.
Declaration


Blok kódu
languageesl
themeConfluence
BOOL %FIO_Close(
   INT in handle
 )
Parameters


handle
Value
The 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.