diff options
author | Joursoir <chat@joursoir.net> | 2020-09-30 22:10:45 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2020-09-30 22:10:45 +0300 |
commit | ae1cb7fc44d7abb7ffe47656547cfae40cacdf05 (patch) | |
tree | e3d67059687d8b105202492d6ab0c70186a5dcea /easydir.h | |
parent | ac79cbd424d2339ff34112e142d289a51f90d3a6 (diff) | |
download | lock-password-ae1cb7fc44d7abb7ffe47656547cfae40cacdf05.tar.gz lock-password-ae1cb7fc44d7abb7ffe47656547cfae40cacdf05.tar.bz2 lock-password-ae1cb7fc44d7abb7ffe47656547cfae40cacdf05.zip |
refactor input in -egi
Diffstat (limited to 'easydir.h')
-rw-r--r-- | easydir.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ char* splitPath(char *source, char *path, char *file); int delete_file(char *file_path); -int delete_emptydir(char *dir_path);
\ No newline at end of file +int delete_emptydir(char *dir_path); +int checkFileExist(char *path_to_file);
\ No newline at end of file |