FIO_Delete
%FIO_Delete function
Function
The function deletes the specified file.
Declaration
BOOL %FIO_Delete(
TEXT in fileName
)
Parameters
FileName | Name of the file to delete. |
Return value
@TRUE - file deleted, @FALSE - cannot delete the file.
Related pages: