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
Last generated on 25 November 2011.