add rmdir shell command and folder_delete api call

This commit is contained in:
josch
2014-09-20 14:37:24 +02:00
parent 097a855751
commit e45d0e883d
6 changed files with 112 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ struct mfcmd commands[] = {
{"links", "[quickkey]", "show access urls for the file",
mfshell_cmd_links},
{"get", "[quickkey]", "download a file", mfshell_cmd_get},
{"rmdir", "[folderkey]", "remove directory", mfshell_cmd_rmdir},
{NULL, NULL, NULL, NULL}
};