[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

DOSDeleteFile

Delete a file or directory

Declaration

Source position: amigados.pas line 2256

function DOSDeleteFile(

  const Name: STRPTR

):LongBool;

Arguments

Name

  

Name of file or directory to delete.

Function result

If failed IoErr() gives detailed error message.

Description

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.


Documentation generated on: 2017-01-10