diff --git a/rmdir.md b/rmdir.md new file mode 100644 index 0000000..f96fcab --- /dev/null +++ b/rmdir.md @@ -0,0 +1,10 @@ +The Function `rmdir` has 1 Parameter. + +`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