Skip to content
Pk11 edited this page Jan 22, 2023 · 8 revisions

The mkdir function has 1 parameter. It makes a directory.

  • directory -> The directory and all parent directories which should be created
    • Don't forget a trailing /

Example:

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