This function returns a positive value if the binary data is associated
with a regular file, otherwise a zero value is returned, indicating
that it may be data associated with a pipe, FIFO, socket,
character-special file or block-special file. Only if a file is
regular can it be seek'd upon.
INPUT
bin is a binary tag, previously obtained from
cdds_open.
It specifies a particular binary stream.
OUTPUT
A negative value is returned if bin is invalid.
Otherwise, the value will indicated whether the file is regular or not
by a '0' for 'false' and a positive value for 'true'.