isErase

erase an ISAM file

SYNOPSIS

int isErase( char * name );

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

RETURN

ISTRUE on success, else ISFALSE on error, in which case the error code will be found in the errno global.

NOTES

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