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

int deleteFile(char *file_path);
int deleteEmptyDir(char *dir_path);
int checkFileExist(char *path_to_file);

#endif