Porovnávané verzie

Kľúč

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

%FIO_SetWritable function


Function
The function sets (resets) the attribute that makes given file writeable.
Declaration


Blok kódu
languageesl
themeConfluence
BOOL %FIO_SetWritable(
   TEXT in fileName,
   BOOL in bWritable
 )
Parameters


fileName
File
The file name.
bWritable@TRUE - enable writing to file.
@FALSE - disable writing to file (Read only).
Return value
Return The return value of the function is always @TRUE.