Add file attributes to menus

+ fix a few misc things
+ bump version (readme isn't updated yet)
This commit is contained in:
Such Meme, Many Skill
2020-01-07 15:28:23 +01:00
parent 00bd1cd083
commit 008d3ab494
5 changed files with 63 additions and 30 deletions

View File

@@ -45,4 +45,4 @@ enum foldermenuoptions {
int readfolder(const char *path);
void fileexplorer(const char *startpath);
char *getnextloc(char *current, char *add);
char *getnextloc(const char *current, const char *add);