blob: b80e5692b31edac435bbe64fa014cc67201d4eae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
.help imdele Sep86 imfort
.ih
NAME
imdele -- delete an image
.ih
SYNOPSIS
.nf
subroutine imdele (image, ier)
character*(*) image #I host name of image to be deleted
integer ier #O status return
.fi
.ih
DESCRIPTION
The \fIimdele\fR procedure deletes an image, i.e., the both the header file
and the pixel file (if any).
.ih
RETURN VALUE
A zero status is returned if the image exists and was successfully deleted.
It is not an error if there is no pixel file.
.nf
IE_IMDELNEXIM: attempt to delete a nonexistent image
IE_IMDELETE: cannot delete image
.fi
.ih
SEE ALSO
imrnam, imcrea
.endhelp
|