From 29d902c17e6b8e8d2ea107098b331021e091ac3d Mon Sep 17 00:00:00 2001 From: VoltZ <47382115+SuperSaiyajinVoltZ@users.noreply.github.com> Date: Thu, 7 Nov 2019 04:28:13 +0100 Subject: [PATCH] Created mkdir (markdown) --- mkdir.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mkdir.md diff --git a/mkdir.md b/mkdir.md new file mode 100644 index 0000000..2f1d02c --- /dev/null +++ b/mkdir.md @@ -0,0 +1,10 @@ +The Function `mkdir` contains 1 Parameter. + +`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: +``` + { + "type": "mkdir", + "Directory": "sdmc:/3ds/TestFolder/Test1/" + }