FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Judge if the file or directory is existed not. More...
#include <stdio.h>
#include <sys/stat.h>
#include "utility.h"
Go to the source code of this file.
Functions | |
int | file_dir_existed (char *path_name) |
int | RemoveDir (char *dirpath) |
Remove all files under dirpath. More... | |
Judge if the file or directory is existed not.
path_name | The file or directory name including path |
Definition in file utility.c.