diff options
Diffstat (limited to 'easydir.h')
-rw-r--r-- | easydir.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ char* splitPath(char *source, char *path, char *file); -int delete_file(char *file_path); -int delete_emptydir(char *dir_path); +int deleteFile(char *file_path); +int deleteEmptyDir(char *dir_path); int checkFileExist(char *path_to_file);
\ No newline at end of file |