Add file copy/move

This commit is contained in:
SuchMemeManySkill
2020-12-26 01:05:33 +01:00
parent a74a8814e1
commit ab5c5e799e
12 changed files with 138 additions and 43 deletions

View File

@@ -39,4 +39,4 @@ typedef struct {
extern TConf_t TConf;
void ResetCopyParams();
void SetCopyParams(char *path, u8 mode);
void SetCopyParams(const char *path, u8 mode);