BOOTSTRAP (kcms) functions


LIBRARY ROUTINE

kcms_create_fileobj - create a new kcms file object

LIBRARY CALL

kobject
kcms_create_fileobj(
   kobject  parent,
   kstring  filename,
   kstring  path,
   long     ftype,
   long     subtype,
   long     source,
   long     perms)

INPUT

OUTPUT

none

RETURN VALUE

The newly created file object, or NULL on failure.

DESCRIPTION

This routine allocates and initializes a kcms file object structure for a new file on disk. If the file already exists, this routine will act the same as kcms_open_fileobj()

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$BOOTSTRAP/objects/library/kcms/src/public.c

SEE ALSO

kcms(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.