MBKUNLINK(3) | MBK UTILITY FUNCTIONS | MBKUNLINK(3) |
mbkunlink - delete a file in the WORK_LIBP.
See the file buster/alliance/alc_origin.1.en.gz.
#include "mut.h" FILE ∗mbkunlink(name, extension) char ∗name, ∗extension;
mbkunlink deletes a file, searching it in the path
specified with the environment variable MBK_WORK_LIB(1). Its main
issue is to enable simple file deletion for any program that works with mbk
path environment variables.
The file to be erased is called name.extension, if extension is not
NULL, else it is name. If extension is the empty
string, "", then the file name will be
name. .
mbkunlink returns :
#include "mut.h" #include "mph.h" void update_work_lib(name) char ∗name; { char *path; if (incatalogdelete(name)) if (mbkunlink(name, "cp")) fprintf(stdout, "The file %s.cp was not in the work lib0, name); }
mbk(1), MBK_WORK_LIB(1), unlink(3).
See the file buster/alliance/alc_bug_report.1.en.gz.
October 1, 1997 | ASIM/LIP6 |