diff --git a/mkdir.md b/mkdir.md index cec65c7..084784e 100644 --- a/mkdir.md +++ b/mkdir.md @@ -1,13 +1,11 @@ The `mkdir` function has 1 parameter. It makes a directory. `directory` -> The Directory which should be created. Don't Forget a `/` at the end, because it will also create all Sub Folders. -`required` -> If true, the script will error if the folder doesn't exist, if false it will silently continue Example: ```json { "type": "mkdir", "directory": "sdmc:/3ds/TestFolder/Test1/", - "required": false } ``` \ No newline at end of file