Created rmdir (markdown)

VoltZ
2019-11-07 04:35:45 +01:00
parent bc01b2c985
commit 12e255b1b7
+10
@@ -0,0 +1,10 @@
The Function `rmdir` has 1 Parameter.
`directory` -> The Directory which should be removed/deleted with all it's Content. A warning Message will also appear.
You can find an example here:
```
{
"type": "rmdir",
"directory": "sdmc:/3ds/oldFolder/unndeded"
}