Skip to content

Dir create

Creates a directory designated by path.

Request

{
    "type": "dir_create",
    "path": "...",
    "all": false
}

Fields

  • path: absolute or relative path to the directory to create.

  • all: (optional, default: false) whether or not to create all missing, intermediate directories.

Response

{
    "type": "ok"
}