iserase

erase an ISAM file

SYNOPSIS

int iserase( char * name );

name path/name of an existing isam file to be physically removed.

RETURN

SUCCESS, or a negative value on error, in which case the error code is found in iserrno

NOTES

iserase will not remove files that are currently in use by other processes.