-
Notifications
You must be signed in to change notification settings - Fork 32
mkdir
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
/
- Don't forget a trailing
Example:
{
"type": "mkdir",
"directory": "sdmc:/3ds/TestFolder/Test1/",
}
Need help? Join our Discord server or create a discussion.