aboutsummaryrefslogtreecommitdiffstats
path: root/easydir.h
blob: 5db19653d194cb454e86d2dc7f3bff268524b25a (plain)
1
2
3
4
5
6
7
8
9
#ifndef EASYDIR_H
#define EASYDIR_H

char* splitPath(char *source, char *path, char *file);
int deleteFile(char *file_path);
int deleteEmptyDir(char *dir_path);
int checkFileExist(char *path_to_file);

#endif