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

@@ -17,7 +17,7 @@ char *CombinePaths(const char *current, const char *add){
return ret;
}
char *EscapeFolder(char *current){
char *EscapeFolder(const char *current){
char *ret;
char *temp;