%FIO_Delete function


Function
The function deletes the specified file.
Declaration
BOOL %FIO_Delete(
   TEXT in fileName
 )
Parameters
FileNameName of the file to delete.
Return value
@TRUE - file deleted, @FALSE - cannot delete the file.
Napíšte komentár