diff --git a/rmdir.md b/rmdir.md index f96fcab..5ddda07 100644 --- a/rmdir.md +++ b/rmdir.md @@ -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" - } \ No newline at end of file +```json +{ + "type": "rmdir", + "directory": "sdmc:/3ds/oldFolder/unndeded" +} +``` \ No newline at end of file