FIO_GetWritable

FIO_GetWritable

%FIO_GetWritable function


Function

The function verifies if the given file exists and if it is writable (in terms of setting the file attributes).

Declaration

BOOL %FIO_GetWritable( TEXT in fileName, )

Parameters

fileName

File name.

Return value

@TRUE - file exists and is writable.