Updated mkdir (markdown)

Pk11
2020-11-01 15:53:13 -06:00
parent 39797c0e18
commit 4626aae5c5
+3 -3
@@ -1,10 +1,10 @@
The `mkdir` function has 1 parameter. It makes a directory 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. `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: Example:
```json ```json
{ {
"type": "mkdir", "type": "mkdir",
"directory": "sdmc:/3ds/TestFolder/Test1/" "directory": "sdmc:/3ds/TestFolder/Test1/"
} }