%FIO_SetWritable function


Function
The function sets (resets) the attribute that makes given file writeable.
Declaration
BOOL %FIO_SetWritable(
   TEXT in fileName,
   BOOL in bWritable
 )

Parameters
fileName File name.
bWritable @TRUE - enable writing to file.
@FALSE - disable writing to file (Read only).

Return value
Return value of the function is always @TRUE.
Napíšte komentár