|
DTS Application Library
0.2.3
Application library containing referenced objects and interfaces to common libraries
|
File utilities to test files (fstat) More...
#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <errno.h>#include <string.h>#include <stdio.h>#include <stdlib.h>#include <math.h>#include <fcntl.h>#include <ctype.h>#include <grp.h>Go to the source code of this file.
Functions | |
| int | is_file (const char *path) |
| Determine if a file exists. More... | |
| int | is_dir (const char *path) |
| Determine if a path is a directory. More... | |
| int | is_exec (const char *path) |
| Determine if a file is executable. More... | |
| int | mk_dir (const char *dir, mode_t mode, uid_t user, gid_t group) |
| Create a directory. More... | |
File utilities to test files (fstat)
Definition in file fileutil.c.