Add basic file copying + add file delete wait timer

This commit is contained in:
Such Meme, Many Skill
2019-12-10 22:46:34 +01:00
parent fd74812d2b
commit e837e2e6ed
4 changed files with 101 additions and 22 deletions

View File

@@ -9,7 +9,8 @@
#define ISKB (1 << 5)
#define ISB (1 << 4)
#define OPERATION (1 << 1)
#define OPERATIONCOPY (1 << 1)
#define OPERATIONMOVE (1 << 2)
#define BUFSIZE 32768