mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Updated rmdir (markdown)
+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
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user