From 39797c0e1887c4101eb6ff48038dbb1f89587fa2 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sun, 1 Nov 2020 15:52:29 -0600 Subject: [PATCH] Updated mkdir (markdown) --- mkdir.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/mkdir.md b/mkdir.md index 29963f4..98bbc36 100644 --- a/mkdir.md +++ b/mkdir.md @@ -1,10 +1,11 @@ -The Function `mkdir` contains 1 Parameter. +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. You can find an example here: -``` +```json { - "type": "mkdir", - "Directory": "sdmc:/3ds/TestFolder/Test1/" - } + "type": "mkdir", + "directory": "sdmc:/3ds/TestFolder/Test1/" +} +``` \ No newline at end of file