|
@ -8,7 +8,6 @@ int run_command(const char *command); |
|
|
void create_folder(const char *folder); |
|
|
void create_folder(const char *folder); |
|
|
uint8_t is_file_exist(const char *file); |
|
|
uint8_t is_file_exist(const char *file); |
|
|
void save_file(const char *file, const char *content); |
|
|
void save_file(const char *file, const char *content); |
|
|
void download_file(const char *file, const char *url); |
|
|
|
|
|
void save_string_list(const char *file, char **string_list); |
|
|
void save_string_list(const char *file, char **string_list); |
|
|
void file_append(const char *base_file, const char *append_file); |
|
|
void file_append(const char *base_file, const char *append_file); |
|
|
|
|
|
|
|
|