Updated rmdir (markdown)

Pk11
2020-11-01 15:54:51 -06:00
parent d9d5760c60
commit 85bf8ed63f
+7 -6
@@ -1,10 +1,11 @@
The Function `rmdir` has 1 Parameter.
The `rmdir` function has 1 parameter. It removes a directory.
`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"
}
```json
{
"type": "rmdir",
"directory": "sdmc:/3ds/oldFolder/unndeded"
}
```