Updated rmdir (markdown)

Pk11
2022-05-07 18:02:21 -05:00
parent b46f6088f8
commit f757b5f849
+2
@@ -1,11 +1,13 @@
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.
`required` -> If true, the script will error if the folder doesn't exist, if false it will silently continue.
You can find an example here:
```json
{
"type": "rmdir",
"directory": "sdmc:/3ds/oldFolder/unndeded"
"required": false
}
```