aboutsummaryrefslogtreecommitdiffstats
path: root/easydir.h
blob: 13c6d30e62af3b88b181e9dc225f2c63261e5fa9 (plain)
1
2
3
4
char* splitPath(char *source, char *path, char *file);
int deleteFile(char *file_path);
int deleteEmptyDir(char *dir_path);
int checkFileExist(char *path_to_file);