Added file copying/moving/deleting

Also added sd failure messages

This probably needs a lot of cleanup
This commit is contained in:
Such Meme, Many Skill
2019-08-16 16:13:58 +02:00
parent b97969e112
commit d65eaedb14
10 changed files with 185 additions and 14 deletions

View File

@@ -9,4 +9,7 @@ void utils_gfx_init();
void utils_waitforpower();
void removepartpath(char *path);
void addpartpath(char *path, char *add);
int readfolder(char *items[], unsigned int *muhbits, const char *path);
int readfolder(char *items[], unsigned int *muhbits, const char *path);
int copy(const char *src, const char *dst);
void addchartoarray(char *add, char *items[], int spot);
int copywithpath(const char *src, const char *dstpath, int mode);