|
Compounds |
class | GDir |
class | GDirEntry |
Defines |
#define | dirent direct |
#define | NAMLEN(d) (d)->d_namlen |
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) |