dm_file_delete Subroutine

public subroutine dm_file_delete(path, error)

Deletes file at given file path. Returns E_IO on error.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: path

File to delete.

integer, intent(out), optional :: error

Error code.