# `Condukt.Tools.Write`
[🔗](https://github.com/tuist/condukt/blob/0.16.5/lib/condukt/tools/write.ex#L1)

Tool for writing content to files.

Creates the file if it doesn't exist, overwrites if it does.
Automatically creates parent directories as needed.

All filesystem access goes through the active `Condukt.Sandbox`.

## Parameters

- `path` - Path to the file to write
- `content` - Content to write to the file

# `description`

# `name`

# `parameters`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
