FIO_SetWritable
%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. |
Return value
Return value of the function is always @TRUE.
Related pages: