Markdown Downloader

by dazeb
Verified

create_subdirectory

Create a new subdirectory in the root download folder

Input Schema

NameRequiredDescriptionDefault
nameYesName of the subdirectory to create

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name of the subdirectory to create", "type": "string" } }, "required": [ "name" ], "type": "object" }