BOOTSTRAP (
kutils
) functions
LIBRARY ROUTINE
kfile_filename - return the filename associated with khoros transport id
LIBRARY CALL
char *kfile_filename( int id)
INPUT
id
- the transport id from which the filename is returned
OUTPUT
none
RETURN VALUE
The filename associated with the id or NULL upon failure
DESCRIPTION
This routine returns the filename associated with a khoros transport descriptor id. This is the filename used in originally creating the transport.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
the filename returned is the internal copy of the kfile transport. This means that you should not modify or free the string.
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kutils/src/kfile.c
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.