> For the complete documentation index, see [llms.txt](https://docs.oscwii.org/repository-manager/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oscwii.org/repository-manager/manifests/treatments/contents.md).

# Contents

## Available Treatments

These are the treatments currently provided by the "Contents" treatment group:

<table><thead><tr><th width="176">Treatment</th><th width="223">Arguments</th><th>Description</th></tr></thead><tbody><tr><td>contents.move</td><td>["source", "destination"]</td><td>Moves a <mark style="color:red;"><strong>single</strong></mark> directory/file from "source" to "destination". Paths relative to application root. The "source" can contain a <a href="/pages/5PRNrpKGpVcgdicDVZJ0">pattern</a>.<br><br>Similar to usage of the mv command in Linux.</td></tr><tr><td>contents.delete</td><td>["path"]</td><td>Deletes a directory/file. Path relative to application root.</td></tr></tbody></table>

### Example:

```json
{
    ...
    "treatments": [
        {
            "treatment": "contents.move", "arguments": ["newozero/", "apps/newozero/"]
        },
    ],
    ...
}
```
