#include <aconf.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <limits.h>
#include <string.h>
#include <pwd.h>
#include "GString.h"
#include "gfile.h"
Defines | |
#define | PATH_MAX 1024 |
Functions | |
GString * | getHomeDir () |
GString * | getCurrentDir () |
GString * | appendToPath (GString *path, char *fileName) |
GString * | grabPath (char *fileName) |
GBool | isAbsolutePath (char *path) |
GString * | makePathAbsolute (GString *path) |
time_t | getModTime (char *fileName) |
GBool | openTempFile (GString **name, FILE **f, char *mode, char *ext) |
GBool | executeCommand (char *cmd) |
char * | getLine (char *buf, int size, FILE *f) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|