ftp.nice.ch/pub/next/graphics/viewer/ImagePortfolio.1.45.s.tar.gz#/ImagePortfolio_v1.45_src/apputils.subproj/fileUtils.h

This is fileUtils.h in view mode; [Download] [Up]

/* fileUtils.m */

const char *XFileExtension(const char *fileName);
const char *XFileNameExtension(const char *fileName);

int XFileExists(const char *fileName);
int XFileIsDirectory(const char *fileName);
int XFileIsLink(const char *fileName);
char *XFileGetLink(const char *file, char *link);
long XFileSize(const char *fileName);

char *XCurrentDir(char *dir);
int XChangeDir(char *path);

int XCopyFile(const char *fromName, const char *toName, int backup);

char *XMountPath(char *path, char *mountPath);
char *XResolveLinks(char *path, char *nPath);

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.