seafile_create_directory
Create a new directory in a Seafile library to organize files and folders within cloud storage repositories.
Instructions
Create a new directory in a Seafile library.
Args:
repo_id: The library/repository ID.
path: The full path of the directory to create.
Returns:
OperationResult indicating success or failure.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_id | Yes | Library/repository ID | |
| path | Yes | Full path of directory to create |