Create directory
zspace_mkdirCreate a directory on ZSpace NAS to prepare a destination before moving or copying files. Specify parent path and basename; fails if the directory already exists.
Instructions
Create a new directory on the ZSpace NAS under the given parent.
Use to prepare a destination before moving files into it. name is the bare basename, not a path. Fails if a directory of that name already exists. Returns the created {name, path}. Mutates NAS state.
zspace_move and zspace_copy both require the destination to exist already, so call this first when reorganizing into a new folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the new directory (basename only) | |
| parent | Yes | Absolute path of the parent directory, e.g. /sata11/my/data |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||