%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
fileNameThe file name.
bWritable@TRUE - enable writing to file.
@FALSE - disable writing to file (Read only).
Return value
The return value of the function is always @TRUE.
Napíšte komentár