7
mkdir
Pk11 edited this page 2022-05-07 18:02:05 -05:00

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.

Example:

{
    "type": "mkdir",
    "directory": "sdmc:/3ds/TestFolder/Test1/",
}