mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Created mkdir (markdown)
+10
@@ -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/"
|
||||
}
|
||||
Reference in New Issue
Block a user