implementation of delete
This commit is contained in:
@@ -20,6 +20,7 @@ static const char makefile_cmd[] = "touch"; /*as of now both only do ``rename_cm
|
||||
static const char makedir_cmd[] = "mkdir";
|
||||
static const char copy_cmd[] = "cp -r";
|
||||
static const char cut_cmd[] = "mv";
|
||||
static const char del_cmd[] = "rm -r";
|
||||
|
||||
static const mimetype mimetype_default_cmd[] = {
|
||||
/* mimetype shell command
|
||||
@@ -154,6 +155,7 @@ static const char ui_rename_text[];
|
||||
static const char ui_delete_text[];
|
||||
static const char copy_cmd[];
|
||||
static const char cut_cmd[];
|
||||
static const char del_cmd[];
|
||||
|
||||
#endif
|
||||
/* }}} */
|
||||
|
||||
Reference in New Issue
Block a user