Iset_overwrite

[ XITE Reference Manual | XITE home ]

Name

Iset_overwrite - turn BIFF image file overwrite on/off

Syntax

 #include <xite/biff.h>

 int Iset_overwrite( int on );

Description

Turn overwrite status on or off, on if on is TRUE, off if on is FALSE. Initial status value is TRUE. If you try to write an image to file, and the file already exists, the overwrite status is examined. If TRUE, the old file is overwritten, if FALSE an error situation has occurred.

See also

Iwrite_band(5), Iwrite_image(5)

Return value

The old overwrite status

Author

Tor Lønnestad, BLAB, Ifi, UiO