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

int deleteFile(char *file_path);
int deleteEmptyDir(char *dir_path);
int checkFileExist(char *path_to_file);
char *fileCropLineFeed(char *path, char *text, int maxlen);

#endif