Delete a file or directory
Source position: amigados.pas line 1656
function dosDeleteFile( |
fname: PChar |
):LongBool; |
If failed IoErr() gives detailed error message.
This attempts to delete the file or directory specified by name. An error is returned if the deletion fails. Note that all the files within a directory must be deleted before the directory itself can be deleted.