first previous next last contents

del_db

#include <IO.h>

int del_db(
        char   *project,
        char   *version);

This removes the databases files for a particular version of a project. The database should not be open at the time of calling this function. On unix, the files removed are named "project.version" and "project.version.aux".


first previous next last contents
This page is maintained by staden-package. Last generated on 1 March 2001.
URL: http://www.mrc-lmb.cam.ac.uk/pubseq/manual/scripting_134.html