13#include "tpcclibConfig.h"
35extern int fileBackup(
const char *filename,
const char *backup_ext,
char *status);
40extern int fileExist(
const char *filename);
41extern unsigned short int pathFileNr(
const char *pathname);
47extern int pathExist(
const char *pathname);
Header file for library libtpcextensions.
int pathExist(const char *pathname)
unsigned short int pathFileNr(const char *pathname)
unsigned short int pathFileList(const char *pathname, IFT *ift)
int fileBackup(const char *filename, const char *backup_ext, char *status)
int pathCreate(const char *pathname)
int fileExist(const char *filename)
int pathRemoveFiles(const char *pathname)
int pathRemove(const char *pathname)
Header file for library libtpcift.