From f757b5f84958c29f9a34d8a9e6e2ba9dac324448 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sat, 7 May 2022 18:02:21 -0500 Subject: [PATCH] Updated rmdir (markdown) --- rmdir.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rmdir.md b/rmdir.md index 5ddda07..a823965 100644 --- a/rmdir.md +++ b/rmdir.md @@ -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 } ``` \ No newline at end of file