change_directory
Set the active directory for relative path operations in Xcode projects. Specify a path to change the working directory, supporting absolute, relative, and home (~) paths.
Instructions
Changes the active directory for relative path operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directoryPath | Yes | Path to the directory to set as active. Supports absolute paths, paths relative to the current active directory, and ~ for home directory. |