mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-06 00:38:59 +00:00
Updated mkdir (markdown)
+6
-5
@@ -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.
|
`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:
|
You can find an example here:
|
||||||
```
|
```json
|
||||||
{
|
{
|
||||||
"type": "mkdir",
|
"type": "mkdir",
|
||||||
"Directory": "sdmc:/3ds/TestFolder/Test1/"
|
"directory": "sdmc:/3ds/TestFolder/Test1/"
|
||||||
}
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user