mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-05 08:39:05 +00:00
Updated rmdir (markdown)
+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.
|
`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:
|
You can find an example here:
|
||||||
```
|
```json
|
||||||
{
|
{
|
||||||
"type": "rmdir",
|
"type": "rmdir",
|
||||||
"directory": "sdmc:/3ds/oldFolder/unndeded"
|
"directory": "sdmc:/3ds/oldFolder/unndeded"
|
||||||
}
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user