mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-07 16:59:08 +00:00
Updated mkdir (markdown)
+2
-2
@@ -1,8 +1,8 @@
|
|||||||
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user