isclone

create an empty copy of an ISAM file

SYNOPSIS

int isclone( int isfd, char * name );

isfd isam file identifier
name name of ISAM to build

RETURN

integer file identifier, starting at zero, or a negative value on failure, in which case the error code will be found in iserrno.

NOTES

if successful, isclone will return a new file descriptor, opened in the same format as the original.

the new file will have the same structure as the original.

the new file will be empty,