Add file options menu

This commit is contained in:
Such Meme, Many Skill
2019-12-01 20:31:17 +01:00
parent 3abb52c962
commit 65f38ba459
4 changed files with 89 additions and 15 deletions

View File

@@ -24,6 +24,13 @@ typedef struct _fs_entry {
u8 property;
} fs_entry;
enum filemenuoptions {
COPY = 1,
MOVE,
DELETE,
PAYLOAD
};
int readfolder(const char *path);
void filemenu();
bool checkfile(char* path);