BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

krmdir - remove a directory

LIBRARY CALL

int krmdir(
   const char *path)

INPUT

OUTPUT

none

RETURN VALUE

0 on success, -1 otherwise

DESCRIPTION

This routine is a replacement for the system routine rmdir. It has the same actions, error status, and return values of rmdir, but it will expand ~'s, environment variables, and Khoros variables.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$BOOTSTRAP/objects/library/kutils/src/dir.c

SEE ALSO

kutils(3)

COPYRIGHT

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