Delete a file or directory
Source position: amigados.pas line 2435
function DosDeleteFile( |
const Name: PChar |
):LongBool; overload; |
Name |
|
Name of file or directory to delete. |
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.