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.


Called by

proc~~dm_file_delete~~CalledByGraph proc~dm_file_delete dm_file_delete proc~dm_ftp_download dm_ftp_download proc~dm_ftp_download->proc~dm_file_delete